Skip to content

Commit

Permalink
fix(ci): bump go version to 1.21 (#2144)
Browse files Browse the repository at this point in the history
* fix(ci): bump go version to 1.21

Signed-off-by: bitliu <bitliu@tencent.com>

* update

Signed-off-by: bitliu <bitliu@tencent.com>

---------

Signed-off-by: bitliu <bitliu@tencent.com>
  • Loading branch information
Xunzhuo committed Nov 1, 2023
1 parent d0dc987 commit 6e81fb3
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions .github/workflows/latest_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: ./tools/github-actions/setup-deps

- name: Generate Release Manifests
run: make generate-manifests IMAGE=envoyproxy/gateway-dev TAG=latest OUTPUT_DIR=release-artifacts
Expand Down
2 changes: 1 addition & 1 deletion tools/src/controller-gen/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module local

go 1.20
go 1.21

require sigs.k8s.io/controller-tools v0.13.0

Expand Down
2 changes: 1 addition & 1 deletion tools/src/crd-ref-docs/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module local

go 1.20
go 1.21

require github.com/elastic/crd-ref-docs v0.0.9

Expand Down
2 changes: 1 addition & 1 deletion tools/src/golangci-lint/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module local

go 1.20
go 1.21

require github.com/golangci/golangci-lint v1.55.1

Expand Down
2 changes: 1 addition & 1 deletion tools/src/helm-docs/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/envoyproxy/gateway/tools/src/helm-docs

go 1.20
go 1.21

require github.com/norwoodj/helm-docs v1.11.3

Expand Down
2 changes: 1 addition & 1 deletion tools/src/kind/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/envoyproxy/gateway/tools/src/kind

go 1.20
go 1.21

require sigs.k8s.io/kind v0.20.0

Expand Down
2 changes: 1 addition & 1 deletion tools/src/protoc-gen-go-grpc/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/envoyproxy/gateway/tools/src/protoc-gen-go-grpc

go 1.20
go 1.21

require google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.3.0

Expand Down
2 changes: 1 addition & 1 deletion tools/src/protoc-gen-go/go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/envoyproxy/gateway/tools/src/protoc-gen-go

go 1.20
go 1.21

require google.golang.org/protobuf v1.30.0
2 changes: 1 addition & 1 deletion tools/src/setup-envtest/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module local

go 1.20
go 1.21

require sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20220706173534-cd0058ad295c

Expand Down

0 comments on commit 6e81fb3

Please sign in to comment.