Skip to content

Commit 5b60982

Browse files
committed
pin gh action go versions to 1.23
1 parent 867dcd4 commit 5b60982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v5
1616
- uses: actions/setup-go@v6
17-
with: { go-version: stable }
17+
with: { go-version: 1.23 }
1818

1919
- name: Ensure go.mod is tidy
2020
run: go mod tidy --diff

0 commit comments

Comments
 (0)