chore(build): bump Go version from 1.23 to 1.25

This commit is contained in:
Quentin McGaw
2026-01-13 11:50:48 +00:00
parent eed96495bd
commit de142bbd30
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
ARG BUILDPLATFORM=linux/amd64
ARG ALPINE_VERSION=3.22
ARG GO_VERSION=1.23
ARG GO_VERSION=1.25
ARG XCPUTRANSLATE_VERSION=v0.6.0
ARG GOLANGCI_LINT_VERSION=v1.61.0
ARG MOCKGEN_VERSION=v1.6.0

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/qdm12/ddns-updater
go 1.23.0
go 1.25.0
require (
github.com/breml/rootcerts v0.2.19