Skip to content

Commit

Permalink
Update linter and ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
janos committed Jun 13, 2022
1 parent 928d47b commit 7060158
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 @@ -14,7 +14,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.18

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

- name: Vet
Expand Down

0 comments on commit 7060158

Please sign in to comment.