Skip to content

Commit cab244f

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

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
- name: Checkout this repo
1919
uses: actions/checkout@v5
2020
- name: Setup-Go
21-
uses: priya-kinthali/setup-go@tool-version
22-
# uses: actions/setup-go@v6
21+
# uses: priya-kinthali/setup-go@tool-version
22+
uses: actions/setup-go@v6
2323
with:
2424
go-version-file: '.go-version'
2525
# cache-dependency-path: 'go.sum'

.go-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.23.2
1+
1.24.2

0 commit comments

Comments
 (0)