Skip to content

Commit c9f224e

Browse files
Update Golang to 1.25.7 (#134)
1 parent daf15fd commit c9f224e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG GOLANG_VERSION=1.25.3
1+
ARG GOLANG_VERSION=1.25.7
22
FROM --platform=$BUILDPLATFORM golang:${GOLANG_VERSION} AS build
33
LABEL maintainer="githubexporter"
44

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/githubexporter/github-exporter
22

33
go 1.24.0
44

5-
toolchain go1.25.3
5+
toolchain go1.25.7
66

77
require (
88
github.com/bradleyfalzon/ghinstallation/v2 v2.17.0

0 commit comments

Comments
 (0)