Skip to content

Commit fe2e998

Browse files
authored
OAS-10687 CVE fixes for go-driver (#668)
1 parent 55b03b1 commit fe2e998

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ orbs:
44
executors:
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

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
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

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ SCRIPTDIR := $(shell pwd)
44
CURR=$(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
55
ROOTDIR:=$(CURR)
66

7-
GOVERSION ?= 1.22.11
7+
GOVERSION ?= 1.22.12
88
GOIMAGE ?= golang:$(GOVERSION)
99
GOV2IMAGE ?= $(GOIMAGE)
1010
ALPINE_IMAGE ?= alpine:3.17

0 commit comments

Comments
 (0)