Skip to content

Commit c89abb0

Browse files
test with .go-version file
1 parent b9b97ac commit c89abb0

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.github/workflows/test-375-all.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:

.github/workflows/test-375-allmain.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:

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

Lines changed: 3 additions & 3 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:
@@ -21,7 +21,7 @@ jobs:
2121
uses: priya-kinthali/setup-go@tool-version
2222
# uses: actions/setup-go@v6
2323
with:
24-
go-version-file: '.tool-versions'
24+
go-version-file: '.go-version'
2525
# cache-dependency-path: 'go.sum'
2626
# go-version: '1.23'
2727
# check-latest: true

.go-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1.23.2

0 commit comments

Comments
 (0)