File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
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 : 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 4848
4949TEST_BUILD ?= 0
5050GOBUILDARGS ?=
51- GOBASEVERSION := 1.22.2
51+ GOBASEVERSION := 1.22.3
5252GOVERSION := $(GOBASEVERSION ) -alpine3.18
5353DISTRIBUTION := alpine:3.15
5454GOCOMPAT := $(shell sed -En 's/^go (.* ) $$/\1/p' go.mod)
You can’t perform that action at this time.
0 commit comments