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:
parent
73df6a0771
commit
e1d4e621b1
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.20.12
|
||||
- image: gcr.io/gcr-for-testing/golang:1.21.6
|
||||
machine-executor:
|
||||
machine:
|
||||
image: ubuntu-2204:current
|
||||
|
|
|
@ -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)
|
||||
|
|
2
Makefile
2
Makefile
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue