Skip to content

Commit 996c9fc

Browse files
authored
Fix for CI Lint failure (#147)
1 parent ab9b962 commit 996c9fc

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/go-multierror.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,12 @@ jobs:
3535
- name: Setup go
3636
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
3737
with:
38+
# go version file has the minimum supported version of go - 1.13
3839
go-version-file: go.mod
3940
- name: Run golangci-lint
4041
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20
42+
with:
43+
version: v2.8.0
4144

4245
linux-tests:
4346
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)