Skip to content

Commit

Permalink
Update go and linters for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgarden committed Jun 29, 2022
1 parent 5deea07 commit f0036d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.45.2
version: v1.46.2

tests:
runs-on: ubuntu-latest
Expand All @@ -27,7 +27,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.18

- name: Test
run: ROOT_DIR=${PWD} go test -failfast ./...

0 comments on commit f0036d6

Please sign in to comment.