Skip to content

Commit

Permalink
config-manager: bump go version to 1.20
Browse files Browse the repository at this point in the history
Bump go version to 1.20 to follow the same versioning as in other
components of the project.

Signed-off-by: Feruzjon Muyassarov <[email protected]>
  • Loading branch information
fmuyassarov authored and klihub committed Sep 4, 2023
1 parent f9869df commit c587af4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/config-manager/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build Stage
ARG GO_VERSION=1.19
ARG GO_VERSION=1.20

FROM golang:${GO_VERSION}-bullseye as build
WORKDIR /go/builder
Expand Down

0 comments on commit c587af4

Please sign in to comment.