Skip to content

Commit

Permalink
bump go version per go mod
Browse files Browse the repository at this point in the history
  • Loading branch information
sethgrid committed Dec 2, 2024
1 parent 6c78906 commit da60ac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.helloworld-build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# not pulling latest because there was a glibc issue when running the generated binary on DO
FROM golang:1.21-bullseye
FROM golang:1.23-bullseye

WORKDIR /go/src/helloworld

Expand Down

0 comments on commit da60ac3

Please sign in to comment.