We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8a7ce7 commit 1de9745Copy full SHA for 1de9745
1 file changed
.github/workflows/go-multierror.yml
@@ -35,11 +35,12 @@ jobs:
35
- name: Setup go
36
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
37
with:
38
+ # go version file has the minimum supported version of go - 1.13
39
go-version-file: go.mod
40
- name: Run golangci-lint
41
uses: golangci/golangci-lint-action@v4
42
- version: v1.59.0
43
+ version: v2.8.0
44
45
linux-tests:
46
runs-on: ubuntu-latest
0 commit comments