Commit 55eb562 1 parent 7feb557 commit 55eb562 Copy full SHA for 55eb562
File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ USER 999
25
25
WORKDIR /home/autopilot
26
26
27
27
# ## Build
28
- FROM docker.io/library/golang:1.21.7 as build
28
+ FROM docker.io/library/golang:1.22 as build
29
29
30
30
WORKDIR /go/src/github.com/argoproj-labs/argocd-autopilot
31
31
Original file line number Diff line number Diff line change 19
19
prepare_env_vars : &deps
20
20
stage : Prepare
21
21
title : prepare-env
22
- image : quay.io/codefresh/golang-ci-helper:1.21
22
+ image : quay.io/codefresh/golang-ci-helper:1.22
23
23
commands :
24
24
- cf_export GO111MODULE=on
25
25
- cf_export GOCACHE=/codefresh/volume/gocache # change gopath to codefresh shared volume
Original file line number Diff line number Diff line change 20
20
check_version : &deps
21
21
stage : Prepare
22
22
title : check version
23
- image : quay.io/codefresh/golang-ci-helper:1.21
23
+ image : quay.io/codefresh/golang-ci-helper:1.22
24
24
commands :
25
25
- cf_export GO111MODULE=on
26
26
- cf_export GOCACHE=/codefresh/volume/gocache # change gopath to codefresh shared volume
Original file line number Diff line number Diff line change 18
18
prep : &deps
19
19
stage : " prepare"
20
20
title : " prepare env vars"
21
- image : quay.io/codefresh/golang-ci-helper:1.21
21
+ image : quay.io/codefresh/golang-ci-helper:1.22
22
22
commands :
23
23
- cf_export GO111MODULE=on
24
24
- cf_export NAMESPACE=${{KUBE_NAMESPACE}}-$(date "+%M-%S")
Original file line number Diff line number Diff line change 1
1
module github.com/argoproj-labs/argocd-autopilot
2
2
3
- go 1.21
3
+ go 1.22
4
4
5
5
require (
6
6
code.gitea.io/sdk/gitea v0.17.1
@@ -23,7 +23,7 @@ require (
23
23
k8s.io/apimachinery v0.26.11
24
24
k8s.io/cli-runtime v0.26.11
25
25
k8s.io/client-go v0.26.11
26
- k8s.io/kubectl v0.26.4
26
+ k8s.io/kubectl v0.26.11
27
27
sigs.k8s.io/kustomize/api v0.12.1
28
28
sigs.k8s.io/kustomize/kyaml v0.13.9
29
29
)
You can’t perform that action at this time.
0 commit comments