Skip to content

Commit 077a90b

Browse files
ci(pr_test.yml): specify go-version instead of using 'stable'
1 parent 5112a72 commit 077a90b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v5
2323
- uses: actions/setup-go@v5
2424
with:
25-
go-version: stable
25+
go-version: "1.24.2"
2626
- name: golangci-lint
2727
uses: golangci/golangci-lint-action@v8
2828
with:

0 commit comments

Comments
 (0)