Skip to content

Commit 4006b00

Browse files
vdemeestertekton-robot
authored andcommitted
.github/workflows: force go to 1.23 for the lint job
As of a few days ago, `stable` means 1.24. And the current version of golangci-lint does crash with it. So let's force go 1.23 for now. Signed-off-by: Vincent Demeester <[email protected]>
1 parent 783c11a commit 4006b00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/golangci-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1818
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
1919
with:
20-
go-version: stable
20+
go-version: "1.23"
2121
- name: golangci-lint
2222
uses: golangci/golangci-lint-action@ec5d18412c0aeab7936cb16880d708ba2a64e1ae # v6.2.0
2323
with:

0 commit comments

Comments
 (0)