We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eced366 + 905410a commit 01208c9Copy full SHA for 01208c9
3 files changed
.github/workflows/label-pr.yaml
@@ -26,7 +26,8 @@ jobs:
26
27
- uses: actions/setup-go@v6
28
with:
29
- go-version: '1'
+ go-version-file: 'go.mod'
30
+ cache: true
31
32
- name: Checking Go API Compatibility
33
id: go-apidiff
.github/workflows/lint.yaml
@@ -13,7 +13,8 @@ jobs:
13
uses: actions/checkout@v6
14
15
16
17
18
- name: Run linters
19
run: |
20
make lint
go.mod
@@ -1,6 +1,6 @@
1
module github.com/gophercloud/gophercloud/v2
2
3
-go 1.24.0
+go 1.25.6
4
5
require (
6
go.yaml.in/yaml/v3 v3.0.4
0 commit comments