Skip to content

Commit

Permalink
Merge pull request #181 from moov-io/renovate/golang-1.x
Browse files Browse the repository at this point in the history
chore(deps): update golang docker tag to v1.22
  • Loading branch information
adamdecaf authored Feb 7, 2024
2 parents 4bcc0bb + 77061ec commit 29d90e1
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,6 +1,6 @@
# generated-from:4eb13d9dd6505954e3ad7dafa7ad1014b4f5710bce763c9b94bbb3e61ca04538 DO NOT REMOVE, DO UPDATE

FROM golang:1.21 as builder
FROM golang:1.22 as builder
WORKDIR /src
ARG VERSION

Expand Down

0 comments on commit 29d90e1

Please sign in to comment.