Skip to content

Commit 01208c9

Browse files
authored
Merge pull request #3612 from anthonyroussel/update-go
gomod: bump golang to 1.25.6
2 parents eced366 + 905410a commit 01208c9

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/label-pr.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ jobs:
2626

2727
- uses: actions/setup-go@v6
2828
with:
29-
go-version: '1'
29+
go-version-file: 'go.mod'
30+
cache: true
3031

3132
- name: Checking Go API Compatibility
3233
id: go-apidiff

.github/workflows/lint.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ jobs:
1313
uses: actions/checkout@v6
1414
- uses: actions/setup-go@v6
1515
with:
16-
go-version: '1'
16+
go-version-file: 'go.mod'
17+
cache: true
1718
- name: Run linters
1819
run: |
1920
make lint

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/gophercloud/gophercloud/v2
22

3-
go 1.24.0
3+
go 1.25.6
44

55
require (
66
go.yaml.in/yaml/v3 v3.0.4

0 commit comments

Comments
 (0)