We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab9b962 commit 996c9fcCopy full SHA for 996c9fc
1 file changed
.github/workflows/go-multierror.yml
@@ -35,9 +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@1e7e51e771db61008b38414a730f564565cf7c20
42
+ with:
43
+ version: v2.8.0
44
45
linux-tests:
46
runs-on: ubuntu-latest
0 commit comments