Skip to content

Commit b0e77b7

Browse files
author
Andre Ferraz
committed
bump go version to 1.20
Signed-off-by: Andre Ferraz <andre.ferraz@loggi.com>
1 parent 49825ec commit b0e77b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.18 AS builder
1+
FROM golang:1.20 AS builder
22

33
RUN mkdir -p /src/argocd-image-updater
44
WORKDIR /src/argocd-image-updater

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/argoproj-labs/argocd-image-updater
22

3-
go 1.18
3+
go 1.20
44

55
require (
66
github.com/Masterminds/semver v1.5.0

0 commit comments

Comments
 (0)