Bump Go / golangci-lint versions used during PR testing

This commit is contained in:
Timur Demin 2022-03-19 14:30:04 +05:00
parent 0f2e3ca4ea
commit c153a6ef75
No known key found for this signature in database
GPG key ID: 9EDF3F9D9286FA20

View file

@ -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