We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 867dcd4 commit 5b60982Copy full SHA for 5b60982
1 file changed
.github/workflows/test.yaml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
- uses: actions/checkout@v5
16
- uses: actions/setup-go@v6
17
- with: { go-version: stable }
+ with: { go-version: 1.23 }
18
19
- name: Ensure go.mod is tidy
20
run: go mod tidy --diff
0 commit comments