Skip to content

Commit c540209

Browse files
committed
fix: update go version to 1.25 and use go-version-file in CI
1 parent 6a6d732 commit c540209

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup Go
2222
uses: actions/setup-go@v6
2323
with:
24-
go-version: '1.25'
24+
go-version-file: 'go.mod'
2525

2626
- name: Install Mage
2727
run: go install github.com/magefile/mage@latest
@@ -52,7 +52,7 @@ jobs:
5252
- name: Setup Go
5353
uses: actions/setup-go@v6
5454
with:
55-
go-version: '1.25'
55+
go-version-file: 'go.mod'
5656

5757
- name: Install Mage
5858
run: go install github.com/magefile/mage@latest
@@ -71,7 +71,7 @@ jobs:
7171
- name: Setup Go
7272
uses: actions/setup-go@v6
7373
with:
74-
go-version: '1.25'
74+
go-version-file: 'go.mod'
7575

7676
- name: Install Mage
7777
run: go install github.com/magefile/mage@latest

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module github.com/contriboss/rubygems-client-go
22

3-
go 1.25.1
3+
go 1.25
44

55
require github.com/magefile/mage v1.15.0

0 commit comments

Comments
 (0)