Skip to content

Commit a741fbf

Browse files
committed
update CI to test against go1.19, and regenerate protos
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent 9fec7dc commit a741fbf

4 files changed

Lines changed: 74 additions & 37 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
# Needed to install go
1313
OS: linux
1414
ARCH: amd64
15-
GOVERSION: 1.18.9
15+
GOVERSION: 1.19.5
1616
GO111MODULE: "on"
1717
# Needed to install protoc
1818
PROTOC_VERSION: 3.6.1

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1
22

3-
ARG GO_VERSION=1.18.9
3+
ARG GO_VERSION=1.19.5
44
ARG PROTOC_VERSION=3.11.4
55
ARG GOLANGCI_LINT_VERSION=v1.50.1
66
ARG DEBIAN_FRONTEND=noninteractive

api/types.pb.go

Lines changed: 70 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protobuf/plugin/deepcopy/test/deepcopy.pb.go

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)