We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daf15fd commit c9f224eCopy full SHA for c9f224e
Dockerfile
@@ -1,4 +1,4 @@
1
-ARG GOLANG_VERSION=1.25.3
+ARG GOLANG_VERSION=1.25.7
2
FROM --platform=$BUILDPLATFORM golang:${GOLANG_VERSION} AS build
3
LABEL maintainer="githubexporter"
4
go.mod
@@ -2,7 +2,7 @@ module github.com/githubexporter/github-exporter
go 1.24.0
5
-toolchain go1.25.3
+toolchain go1.25.7
6
7
require (
8
github.com/bradleyfalzon/ghinstallation/v2 v2.17.0
0 commit comments