Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump go to 1.19 #175

Merged
merged 1 commit into from
Aug 24, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.18.x
go-version: 1.19.x
- uses: actions/checkout@v3
- name: Test
run: make test
Expand All @@ -49,7 +49,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.18.x
go-version: 1.19.x
- name: Generate certs
run: |
set -o errexit
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.18.x
go-version: 1.19.x
- name: Install kind
run: |
cd $(mktemp -d -t kind.XXXX)
Expand Down Expand Up @@ -394,7 +394,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.18.x
go-version: 1.19.x
- name: Get the version
id: get_version
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/servicebinding/runtime

go 1.18
go 1.19

require (
dies.dev v0.5.0
Expand Down
2 changes: 1 addition & 1 deletion hack/controller-gen/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/servicebinding/runtime/hack/controller-gen

go 1.18
go 1.19

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

Expand Down
2 changes: 1 addition & 1 deletion hack/diegen/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/servicebinding/runtime/hack/controller-gen

go 1.18
go 1.19

require dies.dev/diegen v0.5.0

Expand Down
2 changes: 1 addition & 1 deletion hack/goimports/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/servicebinding/runtime/hack/goimports

go 1.18
go 1.19

require golang.org/x/tools v0.1.12

Expand Down
2 changes: 1 addition & 1 deletion hack/imgpkg/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/servicebinding/runtime/hack/imgpkg

go 1.18
go 1.19

require github.com/vmware-tanzu/carvel-imgpkg v0.31.0

Expand Down
2 changes: 1 addition & 1 deletion hack/kapp/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/servicebinding/runtime/hack/kapp

go 1.18
go 1.19

require github.com/k14s/kapp v0.52.0

Expand Down
2 changes: 1 addition & 1 deletion hack/kbld/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/servicebinding/runtime/hack/kbld

go 1.18
go 1.19

require github.com/vmware-tanzu/carvel-kbld v0.34.0

Expand Down
2 changes: 1 addition & 1 deletion hack/ko/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/servicebinding/runtime/hack/ko

go 1.18
go 1.19

require github.com/google/ko v0.11.2

Expand Down
2 changes: 1 addition & 1 deletion hack/kustomize/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/servicebinding/runtime/hack/kustomize

go 1.18
go 1.19

require sigs.k8s.io/kustomize/kustomize/v4 v4.5.7

Expand Down