Skip to content

Commit d7d800d

Browse files
1.18.0 - 1.20.7
1 parent 223900b commit d7d800d

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/test-375-main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Test Setup-Go with main
22
on:
3-
# push:
4-
# branches: [ test-375-fr ]
3+
push:
4+
branches: [ test-375-fr ]
55
workflow_dispatch:
66

77
jobs:
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup-Go
2020
uses: actions/setup-go@v6
2121
with:
22-
go-version: '1.20.7 || >=1.21.1 <2.0.0'
22+
go-version: '1.18.0 - 1.20.7'
2323
# cache-dependency-path: 'go.sum'
2424
cache: false
2525

.tool-versions

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
golang 1.20.7 || >=1.21.1 <2.0.0
1+
golang 1.18.0 - 1.20.7 #comment
2+
# comment

0 commit comments

Comments
 (0)