We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 223900b commit d7d800dCopy full SHA for d7d800d
.github/workflows/test-375-main.yml
@@ -1,7 +1,7 @@
1
name: Test Setup-Go with main
2
on:
3
- # push:
4
- # branches: [ test-375-fr ]
+ push:
+ branches: [ test-375-fr ]
5
workflow_dispatch:
6
7
jobs:
@@ -19,7 +19,7 @@ jobs:
19
- name: Setup-Go
20
uses: actions/setup-go@v6
21
with:
22
- go-version: '1.20.7 || >=1.21.1 <2.0.0'
+ go-version: '1.18.0 - 1.20.7'
23
# cache-dependency-path: 'go.sum'
24
cache: false
25
.tool-versions
@@ -1 +1,2 @@
-golang 1.20.7 || >=1.21.1 <2.0.0
+golang 1.18.0 - 1.20.7 #comment
+# comment
0 commit comments