We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b70aed9 commit 2963a52Copy full SHA for 2963a52
.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: '=v1.20'
+ go-version: '~1.20'
23
# cache-dependency-path: 'go.sum'
24
cache: false
25
.tool-versions
@@ -1,3 +1,3 @@
1
nodejs 24
2
-golang =v1.20 #comment
+golang ~1.20 #comment
3
# this is comment
0 commit comments