Skip to content

Commit f8a7ce7

Browse files
committed
fix: use specific version of golangci
1 parent ab9b962 commit f8a7ce7

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/go-multierror.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ jobs:
3737
with:
3838
go-version-file: go.mod
3939
- name: Run golangci-lint
40-
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20
40+
uses: golangci/golangci-lint-action@v4
41+
with:
42+
version: v1.59.0
4143

4244
linux-tests:
4345
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)