We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dcae04 commit df0c931Copy full SHA for df0c931
.github/workflows/pr.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Install Go
13
uses: actions/setup-go@v5
14
with:
15
- go-version: '1.21'
+ go-version: '1.25'
16
- name: Check out code into the Go module directory
17
uses: actions/checkout@v4
18
- name: run tests
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
name: Set up Go
23
24
25
26
-
27
name: Docker Login
28
uses: docker/login-action@v3
go.mod
@@ -50,4 +50,4 @@ require (
50
51
go 1.22
52
53
-toolchain go1.22.6
+toolchain go1.25.1
0 commit comments