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:
parent
df737355d4
commit
7e371cc338
3 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
2
Makefile
2
Makefile
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue