Skip to content

Commit e1d4e62

Browse files
authored
Bump Go to 1.21.6 (#1579)
1 parent 73df6a0 commit e1d4e62

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.circleci/continue_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ parameters:
1616
executors:
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

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
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)

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ endif
4848

4949
TEST_BUILD ?= 0
5050
GOBUILDARGS ?=
51-
GOBASEVERSION := 1.20.12
51+
GOBASEVERSION := 1.21.6
5252
GOVERSION := $(GOBASEVERSION)-alpine3.17
5353
DISTRIBUTION := alpine:3.15
5454
GOBUILDTAGS := $(RELEASE_MODE)

0 commit comments

Comments
 (0)