We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3adf842 commit fda7750Copy full SHA for fda7750
.github/workflows/go.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Set up Go
25
uses: actions/setup-go@v5
26
with:
27
- go-version: '1.23.2'
+ go-version: stable
28
29
- name: Build
30
env:
0 commit comments