Skip to content

Commit 3114794

Browse files
tsuzuJoelSpeed
authored andcommitted
Use Go 1.23.x for golangci-lint job
1 parent b89a41d commit 3114794

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
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v4
1919
- uses: actions/setup-go@v5
2020
with:
21-
go-version: stable
21+
go-version: '1.23.x'
2222
- name: golangci-lint
2323
uses: golangci/golangci-lint-action@v6
2424
with:

0 commit comments

Comments
 (0)