Skip to content

Commit

Permalink
fix: devcontainer update go version to 1.23 (#3597)
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Martyn <[email protected]>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
MMartyn and kodiakhq[bot] authored Nov 5, 2024
1 parent 6b4b02d commit 95500ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG GO_VERSION=1.22
ARG GO_VERSION=1.23

FROM golang:${GO_VERSION}

Expand Down

0 comments on commit 95500ec

Please sign in to comment.