Skip to content

Commit 25542de

Browse files
authored
[Maintenance] Update Go & Dependencies (#1612)
1 parent 9980e66 commit 25542de

File tree

5 files changed

+6
-3
lines changed

5 files changed

+6
-3
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.21.6
19+
- image: gcr.io/gcr-for-testing/golang:1.21.8
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
@@ -11,6 +11,7 @@
1111
- (Feature) Merge ArangoDB Usage Metrics
1212
- (Bugfix) Check Connection to the ArangoDB before creating Backup
1313
- (Feature) Deployment & Members Condition metrics
14+
- (Maintenance) Update Go to 1.21.8 & Dependencies
1415

1516
## [1.2.38](https://github.com/arangodb/kube-arangodb/tree/1.2.38) (2024-02-22)
1617
- (Feature) Extract GRPC Server

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.21.6
51+
GOBASEVERSION := 1.21.8
5252
GOVERSION := $(GOBASEVERSION)-alpine3.18
5353
DISTRIBUTION := alpine:3.15
5454
GOCOMPAT := $(shell sed -En 's/^go (.*)$$/\1/p' go.mod)

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ require (
5757
golang.org/x/text v0.14.0
5858
golang.org/x/time v0.5.0
5959
google.golang.org/grpc v1.60.1
60-
google.golang.org/protobuf v1.32.0
60+
google.golang.org/protobuf v1.33.0
6161
gopkg.in/yaml.v3 v3.0.1
6262
k8s.io/api v0.28.5
6363
k8s.io/apiextensions-apiserver v0.28.5

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2007,6 +2007,8 @@ google.golang.org/protobuf v1.30.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqw
20072007
google.golang.org/protobuf v1.31.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I=
20082008
google.golang.org/protobuf v1.32.0 h1:pPC6BG5ex8PDFnkbrGU3EixyhKcQ2aDuBS36lqK/C7I=
20092009
google.golang.org/protobuf v1.32.0/go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos=
2010+
google.golang.org/protobuf v1.33.0 h1:uNO2rsAINq/JlFpSdYEKIZ0uKD/R9cpdv0T+yoGwGmI=
2011+
google.golang.org/protobuf v1.33.0/go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos=
20102012
gopkg.in/alecthomas/kingpin.v2 v2.2.6/go.mod h1:FMv+mEhP44yOT+4EoQTLFTRgOQ1FBLkstjWtayDeSgw=
20112013
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
20122014
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=

0 commit comments

Comments
 (0)