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 7799978 commit 24ae5f2Copy full SHA for 24ae5f2
3 files changed
.github/workflows/release.yaml
@@ -23,7 +23,7 @@ jobs:
23
- name: Install Go
24
uses: actions/setup-go@v5
25
with:
26
- go-version: v1.23.x
+ go-version: v1.25.x
27
- uses: actions/cache@v4
28
29
path: |
.github/workflows/test.yaml
@@ -13,7 +13,7 @@ jobs:
13
14
15
16
- go-version: v1.22.x
17
18
19
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.24 AS builder
+FROM golang:1.25 AS builder
2
WORKDIR /app
3
4
ARG VERSION
0 commit comments