Skip to content

Commit 7c44752

Browse files
committed
fix(ci): pin Go version to 1.25 in lint workflow
1 parent 859588d commit 7c44752

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
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717
- uses: actions/setup-go@v5
1818
with:
19-
go-version: stable
19+
go-version: '1.25'
2020
- name: golangci-lint
2121
uses: golangci/golangci-lint-action@v8
2222
with:

0 commit comments

Comments
 (0)