Skip to content

Commit

Permalink
Update golang Docker tag to v1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 13, 2024
1 parent 88c54d8 commit 43b8705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# See: https://hub.docker.com/_/golang/
FROM golang:1.13 as golang
FROM golang:1.23 as golang

RUN go clean -modcache
# Fetch the source
Expand Down

0 comments on commit 43b8705

Please sign in to comment.