Skip to content

Commit

Permalink
Merge pull request #111 from controlplaneio/hm/chore/go1.20
Browse files Browse the repository at this point in the history
chore: upgrade go to 1.20
  • Loading branch information
wakeward authored Mar 17, 2023
2 parents 71a9098 + c6773b4 commit 89c1512
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/setup-go@v3
id: go
with:
go-version: ^1.19
go-version: ^1.20

- name: Check out code
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: actions/setup-go@v3
id: go
with:
go-version: ^1.19
go-version: ^1.20

- name: Run bats acceptance tests
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: ^1.19
go-version: ^1.20

- name: Run go unit tests
run: |
Expand Down
2 changes: 1 addition & 1 deletion cloudbuild.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
steps:
- name: gcr.io/cloud-builders/git
args: ["submodule", "update", "--init"]
- name: golang:1.18.2
- name: golang:1.20.2
entrypoint: /bin/bash
args:
- -c
Expand Down

0 comments on commit 89c1512

Please sign in to comment.