Skip to content

Commit 5e7f63a

Browse files
Bump go to 1.20.6
1 parent e9db7b6 commit 5e7f63a

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ go:
99
- "1.20.x"
1010

1111
env:
12-
- VERBOSE=1 MULTIARCH=0 GOIMAGE=gcr.io/gcr-for-testing/golang:1.20.3 ALPINE_IMAGE=gcr.io/gcr-for-testing/alpine:3.17 ARANGODB=gcr.io/gcr-for-testing/arangodb/arangodb:3.9.2 STARTER_MODES="single,cluster,activefailover"
12+
- VERBOSE=1 MULTIARCH=0 GOIMAGE=gcr.io/gcr-for-testing/cici/golang:1.20.6-linux-amd64 ALPINE_IMAGE=gcr.io/gcr-for-testing/alpine:3.17 ARANGODB=gcr.io/gcr-for-testing/arangodb/arangodb:3.9.2 STARTER_MODES="single,cluster,activefailover"
1313

1414
install:
1515
- make init

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
- Fix context handling in WaitUntilStarterReady for tests
77
- Show error when user tries to change value of "persistent" option
88
- Proper leader election and cluster upgrade without using observe and TTL features
9+
- Update go to 1.20.6
910

1011
## [0.15.8](https://github.com/arangodb-helper/arangodb/tree/0.15.8) (2023-06-02)
1112
- Add passing ARANGODB_SERVER_DIR env variable when starting arangod instances

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ REPODIR := $(ORGDIR)/$(REPONAME)
3535
REPOPATH := $(ORGPATH)/$(REPONAME)
3636

3737
GOPATH := $(GOBUILDDIR)
38-
GOVERSION := 1.20.3
38+
GOVERSION := 1.20.6
3939
GOIMAGE ?= golang:$(GOVERSION)-alpine3.17
4040

4141
GOOS ?= linux

0 commit comments

Comments
 (0)