Skip to content

Commit

Permalink
Update golang Docker tag to v1.23.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 17, 2025
1 parent 20addf4 commit fa638e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
golang 1.21.4 # datasource=github-releases depName=golang/go
golang 1.23.5 # datasource=github-releases depName=golang/go
goreleaser 1.22.1 # datasource=github-releases depName=goreleaser/goreleaser
2 changes: 1 addition & 1 deletion Dockerfile-build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21.4 AS build
FROM golang:1.23.5 AS build

ARG VERSION
ARG REVISION
Expand Down

0 comments on commit fa638e9

Please sign in to comment.