File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ parameters:
1616executors :
1717 golang-executor :
1818 docker :
19- - image : 889010145541.dkr.ecr.us-east-1.amazonaws.com/cicd/golang:1.22.8
19+ - image : 889010145541.dkr.ecr.us-east-1.amazonaws.com/cicd/golang:1.22.11
2020 aws_auth :
2121 oidc_role_arn : arn:aws:iam::889010145541:role/circleci-project-dev-kube-arangodb
2222 machine-executor :
3333 GO111MODULES : off
3434 KEEP_GOPATH : 1
3535 steps :
36+ - run : apt-get update && apt-get install -y unzip
3637 - setup_remote_docker :
3738 docker_layer_caching : true
3839 - checkout
Original file line number Diff line number Diff line change 4949- (Feature) (Platform) Route Upstream Timeout
5050- (Maintenance) Fix CRD Generation and golangci version
5151- (Feature) (ML) Allow to use PlatformStorage
52+ - (Maintenance) Bump Go Image to 1.22.11
5253
5354## [ 1.2.43] ( https://github.com/arangodb/kube-arangodb/tree/1.2.43 ) (2024-10-14)
5455- (Feature) ArangoRoute CRD
You can’t perform that action at this time.
0 commit comments