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 44executors :
55 golang-executor :
66 docker :
7- - image : gcr.io/gcr-for-testing/golang:1.22.11
7+ - image : gcr.io/gcr-for-testing/golang:1.22.12
88 machine-executor :
99 machine :
1010 image : ubuntu-2204:current
Original file line number Diff line number Diff line change 11# Change Log
22
33## [ master] ( https://github.com/arangodb/go-driver/tree/master ) (N/A)
4+ - Switch to Go 1.22.12
45
56## [ 1.6.6] ( https://github.com/arangodb/go-driver/tree/v1.6.6 ) (2025-02-21)
67- Switch to Go 1.22.11
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ SCRIPTDIR := $(shell pwd)
44CURR =$(shell dirname $(realpath $(lastword $(MAKEFILE_LIST ) ) ) )
55ROOTDIR: =$(CURR )
66
7- GOVERSION ?= 1.22.11
7+ GOVERSION ?= 1.22.12
88GOIMAGE ?= golang:$(GOVERSION )
99GOV2IMAGE ?= $(GOIMAGE )
1010ALPINE_IMAGE ?= alpine:3.17
You can’t perform that action at this time.
0 commit comments