1
0
Fork 0
mirror of https://github.com/arangodb/kube-arangodb.git synced 2024-12-14 11:57:37 +00:00

[Maintenance] Update Go to 1.22.3 (#1661)

This commit is contained in:
Adam Janikowski 2024-05-08 11:41:57 +02:00 committed by GitHub
parent df737355d4
commit 7e371cc338
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 2 deletions

View file

@ -16,7 +16,7 @@ parameters:
executors:
golang-executor:
docker:
- image: gcr.io/gcr-for-testing/golang:1.22.2
- image: gcr.io/gcr-for-testing/golang:1.22.3
machine-executor:
machine:
image: ubuntu-2204:current

View file

@ -11,6 +11,7 @@
- (Feature) (ML) Allow to change API port
- (Feature) (ML) Enable TLS
- (Feature) (ML) Release V1Beta1 API
- (Maintenance) Update Go to 1.22.3
## [1.2.40](https://github.com/arangodb/kube-arangodb/tree/1.2.40) (2024-04-10)
- (Feature) Add Core fields to the Scheduler Container Spec

View file

@ -48,7 +48,7 @@ endif
TEST_BUILD ?= 0
GOBUILDARGS ?=
GOBASEVERSION := 1.22.2
GOBASEVERSION := 1.22.3
GOVERSION := $(GOBASEVERSION)-alpine3.18
DISTRIBUTION := alpine:3.15
GOCOMPAT := $(shell sed -En 's/^go (.*)$$/\1/p' go.mod)