Skip to content

Commit be31c6e

Browse files
authored
[Maintenance] Bump Go to 1.22.11 (#1803)
1 parent 57f3ff6 commit be31c6e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.circleci/continue_config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ parameters:
1616
executors:
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:
@@ -33,6 +33,7 @@ jobs:
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

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
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

0 commit comments

Comments
 (0)