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.20.12
19+ - image : gcr.io/gcr-for-testing/golang:1.21.6
2020 machine-executor :
2121 machine :
2222 image : ubuntu-2204:current
Original file line number Diff line number Diff line change 88- (Bugfix) Don't abort plan in case of optional action timeout
99- (Documentation) Use relative links for generated docs
1010- (Improvement) Change default logging level to info. Add --log.sampling (default true). Adjust log levels.
11+ - (Maintenance) Bump Go to 1.21.6
1112
1213## [ 1.2.36] ( https://github.com/arangodb/kube-arangodb/tree/1.2.36 ) (2024-01-08)
1314- (Documentation) Improvements and fixes for rendered documentation (GH pages)
Original file line number Diff line number Diff line change 4848
4949TEST_BUILD ?= 0
5050GOBUILDARGS ?=
51- GOBASEVERSION := 1.20.12
51+ GOBASEVERSION := 1.21.6
5252GOVERSION := $(GOBASEVERSION ) -alpine3.17
5353DISTRIBUTION := alpine:3.15
5454GOBUILDTAGS := $(RELEASE_MODE )
You can’t perform that action at this time.
0 commit comments