Skip to content

Commit 1de9745

Browse files
committed
use v2.8.0 for golangci-lint
1 parent f8a7ce7 commit 1de9745

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/go-multierror.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,11 +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@v4
4142
with:
42-
version: v1.59.0
43+
version: v2.8.0
4344

4445
linux-tests:
4546
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)