We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e11600e commit 64c18c2Copy full SHA for 64c18c2
.github/workflows/release.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Setup Go
30
uses: actions/setup-go@v5
31
with:
32
- go-version: "1.24"
+ go-version: "1.25"
33
check-latest: true
34
cache: true
35
build/Dockerfile
@@ -1,7 +1,7 @@
1
# syntax=docker.io/docker/dockerfile:1.14
2
# https://docs.docker.com/build/dockerfile/frontend/
3
4
-FROM --platform=$BUILDPLATFORM docker.io/library/golang:1.24-alpine AS build
+FROM --platform=$BUILDPLATFORM docker.io/library/golang:1.25-alpine AS build
5
6
ARG MODULE_NAME
7
ARG APP_NAME
0 commit comments