We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e56748 commit 55ee5d9Copy full SHA for 55ee5d9
.github/workflows/golang.yaml
@@ -81,14 +81,14 @@ jobs:
81
go-version: '1.24.1'
82
cache-dependency-path: "**/*.sum"
83
- uses: actions/checkout@v4
84
- - uses: golangci/golangci-lint-action@v7
+ - uses: golangci/golangci-lint-action@v8
85
with:
86
version: 'v2.0.1'
87
88
89
working-directory: 'fuzz'
90
91
92
93
working-directory: 'integration'
94
0 commit comments