Skip to content

Commit 48e0bf2

Browse files
authored
chore: Bump Go and Argo CD versions (#399)
* chore: Bump Go and Argo CD versions Signed-off-by: jannfis <[email protected]> * also bump in GitHub CI Signed-off-by: jannfis <[email protected]>
1 parent 5424e16 commit 48e0bf2

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/ci-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Golang
1919
uses: actions/setup-go@v1
2020
with:
21-
go-version: '1.16.5'
21+
go-version: '1.17.8'
2222
- name: Download all Go modules
2323
run: |
2424
go mod download
@@ -68,7 +68,7 @@ jobs:
6868
- name: Setup Golang
6969
uses: actions/setup-go@v1
7070
with:
71-
go-version: '1.16.5'
71+
go-version: '1.17.8'
7272
- name: Run tests
7373
env:
7474
GNUPG_DISABLED: true

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.16.13 AS builder
1+
FROM golang:1.17.8 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
@@ -4,7 +4,7 @@ go 1.16
44

55
require (
66
github.com/Masterminds/semver v1.5.0
7-
github.com/argoproj/argo-cd/v2 v2.2.4
7+
github.com/argoproj/argo-cd/v2 v2.2.7
88
github.com/argoproj/gitops-engine v0.5.2
99
github.com/argoproj/pkg v0.11.1-0.20211203175135-36c59d8fafe0
1010
github.com/bradleyfalzon/ghinstallation v1.1.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ github.com/anmitsu/go-shlex v0.0.0-20161002113705-648efa622239/go.mod h1:2FmKhYU
107107
github.com/antihax/optional v1.0.0/go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY=
108108
github.com/apache/thrift v0.12.0/go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ=
109109
github.com/apache/thrift v0.13.0/go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ=
110-
github.com/argoproj/argo-cd/v2 v2.2.4 h1:PoxrWuwGV8UhDkvOE2iYDRa799jnT68tU6XvDZzLzL0=
111-
github.com/argoproj/argo-cd/v2 v2.2.4/go.mod h1:J51If+krhtBEbNP/Y/l9sh9HctPHiiGueqPAkfFXXBo=
110+
github.com/argoproj/argo-cd/v2 v2.2.7 h1:yoVYYCFZ0tLnBj7T8G1ngx4VNDg14QkyFY5/MkJNOuk=
111+
github.com/argoproj/argo-cd/v2 v2.2.7/go.mod h1:J51If+krhtBEbNP/Y/l9sh9HctPHiiGueqPAkfFXXBo=
112112
github.com/argoproj/gitops-engine v0.5.2 h1:UQ2ajVyUPCSgFyqidzlTXddh/Xf6cE3I0s9uu92BoJg=
113113
github.com/argoproj/gitops-engine v0.5.2/go.mod h1:K2RYpGXh11VdFwDksS23SyFTOJaPcsF+MVJ/FHlqEOE=
114114
github.com/argoproj/pkg v0.11.1-0.20211203175135-36c59d8fafe0 h1:Cfp7rO/HpVxnwlRqJe0jHiBbZ77ZgXhB6HWlYD02Xdc=

0 commit comments

Comments
 (0)