1 parent 6a40403 commit a4b3114Copy full SHA for a4b3114
1 file changed
.github/workflows/golangci-lint.yml
@@ -21,15 +21,17 @@ jobs:
21
runs-on: ubuntu-latest
22
steps:
23
- uses: actions/checkout@v4
24
+ with:
25
+ persist-credentials: false
26
- uses: actions/setup-go@v5
27
with:
28
go-version: "1.24"
29
cache: true
30
- name: golangci-lint
- uses: golangci/golangci-lint-action@v6
31
+ uses: golangci/golangci-lint-action@3d6fdd7b4c2b52e8c8cfa6b8e5a25f28b5c1c7c1
32
33
# Require: The version of golangci-lint to use.
34
# When `install-mode` is `binary` (default) the value can be v1.2 or v1.2.3 or `latest` to use the latest version.
35
# When `install-mode` is `goinstall` the value can be v1.2.3, `latest`, or the hash of a commit.
- version: latest
36
+ version: v1.64.8
37
args: --timeout=15m
0 commit comments