Skip to content

Commit

Permalink
Merge pull request #150 from laverya/build-with-go-1.23
Browse files Browse the repository at this point in the history
build with go 1.23
  • Loading branch information
skamboj authored Nov 11, 2024
2 parents 1577ae8 + 6401b59 commit 259ab8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/bloomberg/goldpinger/v3

go 1.22
go 1.23

require (
github.com/cespare/xxhash v1.1.0
Expand Down

0 comments on commit 259ab8f

Please sign in to comment.