Skip to content

Commit

Permalink
use go 1.22 for builder stage
Browse files Browse the repository at this point in the history
Signed-off-by: kwall <kwall@apache.org>
  • Loading branch information
k-wall committed Feb 19, 2024
1 parent 39cf10d commit 6c60f41
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.18 as BuildStage
FROM golang:1.22 as BuildStage

# Set destination for COPY
WORKDIR /app
Expand Down

0 comments on commit 6c60f41

Please # to comment.