Skip to content

Commit 64c18c2

Browse files
committed
FIX: ci update to go@1.25
1 parent e11600e commit 64c18c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup Go
3030
uses: actions/setup-go@v5
3131
with:
32-
go-version: "1.24"
32+
go-version: "1.25"
3333
check-latest: true
3434
cache: true
3535

build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# syntax=docker.io/docker/dockerfile:1.14
22
# https://docs.docker.com/build/dockerfile/frontend/
33

4-
FROM --platform=$BUILDPLATFORM docker.io/library/golang:1.24-alpine AS build
4+
FROM --platform=$BUILDPLATFORM docker.io/library/golang:1.25-alpine AS build
55

66
ARG MODULE_NAME
77
ARG APP_NAME

0 commit comments

Comments
 (0)