Skip to content

Commit

Permalink
Update ci go version
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-hontarau committed Apr 29, 2024
1 parent aadfe2e commit a5e03b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: { push: { branches-ignore: [main, production] } }
jobs:
lint:
runs-on: ubuntu-latest
container: golang:1.19
container: golang:1.22

steps:
- name: Check out repository code
Expand All @@ -14,4 +14,4 @@ jobs:
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.50
version: v1.57
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
test:
runs-on: ubuntu-latest
container: golang:1.19
container: golang:1.22

steps:
- name: Check out repository code
Expand All @@ -16,7 +16,7 @@ jobs:
- name: Install go
uses: actions/setup-go@v3
with:
go-version: '1.19'
go-version: '1.22'

- name: Install dependencies
run: go mod download
Expand Down

0 comments on commit a5e03b3

Please sign in to comment.