We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ba95f6 commit c69a889Copy full SHA for c69a889
.github/workflows/test-375-main.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Setup-Go
20
uses: actions/setup-go@v6
21
with:
22
- go-version: '1.25.2'
+ go-version: '1.x'
23
# cache-dependency-path: 'go.sum'
24
cache: false
25
.tool-versions
@@ -1,3 +1,3 @@
1
nodejs 24
2
-golang v1.25.2 #comment
+golang 1.x #comment
3
# this is comment
0 commit comments