Bump Go / golangci-lint versions used during PR testing
This commit is contained in:
parent
0f2e3ca4ea
commit
c153a6ef75
1 changed files with 2 additions and 2 deletions
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
|
@ -13,10 +13,10 @@ jobs:
|
|||
- name: Set up Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.17
|
||||
go-version: 1.18
|
||||
- name: Run tests
|
||||
run: go test -v ./...
|
||||
- name: Run golangci-lint
|
||||
uses: golangci/golangci-lint-action@v2
|
||||
with:
|
||||
version: v1.42.1
|
||||
version: v1.45.0
|
||||
|
|
Loading…
Reference in a new issue