Merge pull request #150 from laverya/build-with-go-1.23

build with go 1.23
This commit is contained in:
skamboj
2024-11-11 09:02:27 -05:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/nanoserver:ltcs2022
FROM --platform=$BUILDPLATFORM golang:1.22 as builder
FROM --platform=$BUILDPLATFORM golang:1.23 as builder
ARG TARGETARCH
ARG TARGETOS
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/bloomberg/goldpinger/v3
go 1.22
go 1.23
require (
github.com/cespare/xxhash v1.1.0