File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 1- FROM golang:1.16.13 AS builder
1+ FROM golang:1.17.8 AS builder
22
33RUN mkdir -p /src/argocd-image-updater
44WORKDIR /src/argocd-image-updater
Original file line number Diff line number Diff line change 44
55require (
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
Original file line number Diff line number Diff line change @@ -107,8 +107,8 @@ github.com/anmitsu/go-shlex v0.0.0-20161002113705-648efa622239/go.mod h1:2FmKhYU
107107github.com/antihax/optional v1.0.0 /go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY =
108108github.com/apache/thrift v0.12.0 /go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ =
109109github.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 =
112112github.com/argoproj/gitops-engine v0.5.2 h1:UQ2ajVyUPCSgFyqidzlTXddh/Xf6cE3I0s9uu92BoJg =
113113github.com/argoproj/gitops-engine v0.5.2 /go.mod h1:K2RYpGXh11VdFwDksS23SyFTOJaPcsF+MVJ/FHlqEOE =
114114github.com/argoproj/pkg v0.11.1-0.20211203175135-36c59d8fafe0 h1:Cfp7rO/HpVxnwlRqJe0jHiBbZ77ZgXhB6HWlYD02Xdc =
You can’t perform that action at this time.
0 commit comments