Skip to content

Commit

Permalink
Merge pull request #18 from acend/renovate/golang-1.x
Browse files Browse the repository at this point in the history
Update golang Docker tag to v1.23
  • Loading branch information
splattner authored Aug 19, 2024
2 parents bc69f6a + 3639156 commit 8d64367
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,4 +1,4 @@
FROM golang:1.22 AS golang
FROM golang:1.23 AS golang

WORKDIR /app
COPY go.mod go.sum ./
Expand Down

0 comments on commit 8d64367

Please sign in to comment.