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

Bump Go to 1.21.6 (#1579)

This commit is contained in:
jwierzbo 2024-01-16 14:16:17 +01:00 committed by GitHub
parent 73df6a0771
commit e1d4e621b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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.20.12
- image: gcr.io/gcr-for-testing/golang:1.21.6
machine-executor:
machine:
image: ubuntu-2204:current

View file

@ -8,6 +8,7 @@
- (Bugfix) Don't abort plan in case of optional action timeout
- (Documentation) Use relative links for generated docs
- (Improvement) Change default logging level to info. Add --log.sampling (default true). Adjust log levels.
- (Maintenance) Bump Go to 1.21.6
## [1.2.36](https://github.com/arangodb/kube-arangodb/tree/1.2.36) (2024-01-08)
- (Documentation) Improvements and fixes for rendered documentation (GH pages)

View file

@ -48,7 +48,7 @@ endif
TEST_BUILD ?= 0
GOBUILDARGS ?=
GOBASEVERSION := 1.20.12
GOBASEVERSION := 1.21.6
GOVERSION := $(GOBASEVERSION)-alpine3.17
DISTRIBUTION := alpine:3.15
GOBUILDTAGS := $(RELEASE_MODE)