File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 4
4
executors :
5
5
golang-executor :
6
6
docker :
7
- - image : gcr.io/gcr-for-testing/golang:1.22.11
7
+ - image : gcr.io/gcr-for-testing/golang:1.22.12
8
8
machine-executor :
9
9
machine :
10
10
image : ubuntu-2204:current
Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
3
## [ master] ( https://github.com/arangodb/go-driver/tree/master ) (N/A)
4
+ - Switch to Go 1.22.12
4
5
5
6
## [ 1.6.6] ( https://github.com/arangodb/go-driver/tree/v1.6.6 ) (2025-02-21)
6
7
- Switch to Go 1.22.11
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ SCRIPTDIR := $(shell pwd)
4
4
CURR =$(shell dirname $(realpath $(lastword $(MAKEFILE_LIST ) ) ) )
5
5
ROOTDIR: =$(CURR )
6
6
7
- GOVERSION ?= 1.22.11
7
+ GOVERSION ?= 1.22.12
8
8
GOIMAGE ?= golang:$(GOVERSION )
9
9
GOV2IMAGE ?= $(GOIMAGE )
10
10
ALPINE_IMAGE ?= alpine:3.17
You can’t perform that action at this time.
0 commit comments