Skip to content

Commit

Permalink
update CI to test against go1.19, and regenerate protos
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
  • Loading branch information
thaJeztah committed Dec 29, 2022
1 parent e02aae9 commit cf8bd74
Show file tree
Hide file tree
Showing 4 changed files with 74 additions and 37 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
# Needed to install go
OS: linux
ARCH: amd64
GOVERSION: 1.18.9
GOVERSION: 1.19.4
GO111MODULE: "on"
# Needed to install protoc
PROTOC_VERSION: 3.6.1
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# NOTE(dperny): for some reason, alpine was giving me trouble
ARG GO_VERSION=1.18.9
ARG GO_VERSION=1.19.4
ARG DEBIAN_FRONTEND=noninteractive
ARG BASE_DEBIAN_DISTRO="bullseye"
ARG GOLANG_IMAGE="golang:${GO_VERSION}-${BASE_DEBIAN_DISTRO}"
Expand Down
105 changes: 70 additions & 35 deletions api/types.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions protobuf/plugin/deepcopy/test/deepcopy.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cf8bd74

Please sign in to comment.