Skip to content

Commit 44cc2b1

Browse files
authored
remove stable version from lint in favour of 1.25 to avoid panic build (#467)
Signed-off-by: Gabriele Santomaggio <G.santomaggio@gmail.com>
1 parent 74bb876 commit 44cc2b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
2020
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
2121
with:
22-
go-version: stable
22+
go-version: 1.25
2323
- name: golangci-lint
2424
uses: golangci/golangci-lint-action@e7fa5ac41e1cf5b7d48e45e42232ce7ada589601 # v9.1.0
2525
with:

0 commit comments

Comments
 (0)