Skip to content

Commit

Permalink
switch to golang 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
danbryan committed May 31, 2024
1 parent 07f3a83 commit 012a20b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion odind/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.20-buster AS build-env
FROM golang:1.22 AS build-env

ARG TARGETPLATFORM
ARG BUILD_TAGS=netgo
Expand Down

0 comments on commit 012a20b

Please sign in to comment.