Skip to content

Commit 7e371cc

Browse files
authored
[Maintenance] Update Go to 1.22.3 (#1661)
1 parent df73735 commit 7e371cc

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.circleci/continue_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ parameters:
1616
executors:
1717
golang-executor:
1818
docker:
19-
- image: gcr.io/gcr-for-testing/golang:1.22.2
19+
- image: gcr.io/gcr-for-testing/golang:1.22.3
2020
machine-executor:
2121
machine:
2222
image: ubuntu-2204:current

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
- (Feature) (ML) Allow to change API port
1212
- (Feature) (ML) Enable TLS
1313
- (Feature) (ML) Release V1Beta1 API
14+
- (Maintenance) Update Go to 1.22.3
1415

1516
## [1.2.40](https://github.com/arangodb/kube-arangodb/tree/1.2.40) (2024-04-10)
1617
- (Feature) Add Core fields to the Scheduler Container Spec

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ endif
4848

4949
TEST_BUILD ?= 0
5050
GOBUILDARGS ?=
51-
GOBASEVERSION := 1.22.2
51+
GOBASEVERSION := 1.22.3
5252
GOVERSION := $(GOBASEVERSION)-alpine3.18
5353
DISTRIBUTION := alpine:3.15
5454
GOCOMPAT := $(shell sed -En 's/^go (.*)$$/\1/p' go.mod)

0 commit comments

Comments
 (0)