Skip to content

Commit

Permalink
Update github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
janos committed Aug 22, 2023
1 parent 26c2956 commit 12ee437
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/setup-go@v2
with:
stable: 'false'
go-version: '1.20'
go-version: '1.21'

- name: Checkout
uses: actions/checkout@v1
Expand All @@ -35,7 +35,7 @@ jobs:
- name: Lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.53.3
version: v1.54.2
args: --timeout 10m

- name: Vet
Expand Down

0 comments on commit 12ee437

Please sign in to comment.