Skip to content

Commit f876198

Browse files
authored
feat(go): use go 1.25.3 (#825)
1 parent 9dd8322 commit f876198

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

go.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# -> Why static linking? We want to ensure we can switch base-image with little to no effort.
44
# 2. It builds a running environment. This is the environment that exists for the Go binary, and should have all necessary pieces to run the application.
55

6-
FROM golang:1.24.6-alpine AS app
6+
FROM golang:1.25.3-alpine AS app
77

88
RUN apk add --no-cache git
99

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/grafana/grafana-image-renderer
22

3-
go 1.24.6
3+
go 1.25.3
44

55
require (
66
github.com/Masterminds/semver/v3 v3.4.0

0 commit comments

Comments
 (0)