Update workflow.

This commit is contained in:
Jim McDonald
2022-04-15 08:09:06 +01:00
parent cd20875744
commit 50f4a9cace
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ jobs:
uses: golangci/golangci-lint-action@v2 uses: golangci/golangci-lint-action@v2
with: with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version. # Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: v1.29 version: v1.45
# Optional: working directory, useful for monorepos # Optional: working directory, useful for monorepos
# working-directory: somedir # working-directory: somedir

View File

@@ -14,7 +14,7 @@ jobs:
- name: Set up Go 1.x - name: Set up Go 1.x
uses: actions/setup-go@v2 uses: actions/setup-go@v2
with: with:
go-version: ^1.16 go-version: ^1.17
id: go id: go
- name: Check out code into the Go module directory - name: Check out code into the Go module directory