Skip to content

Commit 1eb22b2

Browse files
with v6
1 parent bd7c4fa commit 1eb22b2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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: 'v1.18.0-rc.1'
22+
go-version: '1.25-rc.3'
2323
# cache-dependency-path: 'go.sum'
2424
cache: false
2525

.github/workflows/test-375.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Test Setup-Go PR 334 Outputs
22

33
on:
4-
push:
5-
branches: [ test-375-fr ]
4+
# push:
5+
# branches: [ test-375-fr ]
66
workflow_dispatch:
77

88
jobs:

0 commit comments

Comments
 (0)