Skip to content

Commit 89c1512

Browse files
authored
Merge pull request #111 from controlplaneio/hm/chore/go1.20
chore: upgrade go to 1.20
2 parents 71a9098 + c6773b4 commit 89c1512

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/setup-go@v3
1616
id: go
1717
with:
18-
go-version: ^1.19
18+
go-version: ^1.20
1919

2020
- name: Check out code
2121
uses: actions/checkout@v3

.github/workflows/test_acceptance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: actions/setup-go@v3
3636
id: go
3737
with:
38-
go-version: ^1.19
38+
go-version: ^1.20
3939

4040
- name: Run bats acceptance tests
4141
run: |

.github/workflows/test_unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Set up Go
2828
uses: actions/setup-go@v3
2929
with:
30-
go-version: ^1.19
30+
go-version: ^1.20
3131

3232
- name: Run go unit tests
3333
run: |

cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
steps:
22
- name: gcr.io/cloud-builders/git
33
args: ["submodule", "update", "--init"]
4-
- name: golang:1.18.2
4+
- name: golang:1.20.2
55
entrypoint: /bin/bash
66
args:
77
- -c

0 commit comments

Comments
 (0)