From 18109919cde527f76bc0c11d97c66758ab6855ad Mon Sep 17 00:00:00 2001 From: Henry McConville Date: Sat, 7 Feb 2026 22:07:30 -0400 Subject: [PATCH] Update Golang to 1.25.7 --- Dockerfile | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3083ed7..6f11212 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG GOLANG_VERSION=1.25.3 +ARG GOLANG_VERSION=1.25.7 FROM --platform=$BUILDPLATFORM golang:${GOLANG_VERSION} AS build LABEL maintainer="githubexporter" diff --git a/go.mod b/go.mod index 9adf8f4..19c4984 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/githubexporter/github-exporter go 1.24.0 -toolchain go1.25.3 +toolchain go1.25.7 require ( github.com/bradleyfalzon/ghinstallation/v2 v2.17.0