Skip to content

Commit 73b9cab

Browse files
committed
github: Update setup-go action with Go 1.19
Signed-off-by: Anoop C S <[email protected]>
1 parent daaf2b4 commit 73b9cab

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/setup-go@v3
1515
with:
16-
go-version: "1.18"
16+
go-version: "1.19"
1717
- uses: actions/checkout@v3
1818
- name: Build
1919
run: make
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- uses: actions/setup-go@v3
2525
with:
26-
go-version: "1.18"
26+
go-version: "1.19"
2727
- uses: actions/checkout@v3
2828
- name: Install revive
2929
run: go install github.com/mgechev/revive@latest
@@ -46,7 +46,7 @@ jobs:
4646
steps:
4747
- uses: actions/setup-go@v3
4848
with:
49-
go-version: "1.18"
49+
go-version: "1.19"
5050
- uses: actions/checkout@v3
5151
- name: run the tests
5252
run: make test
@@ -100,7 +100,7 @@ jobs:
100100
- uses: actions/checkout@v3
101101
- uses: actions/setup-go@v3
102102
with:
103-
go-version: "1.18"
103+
go-version: "1.19"
104104
- name: Install k3d
105105
run: curl -L --silent --fail "https://raw.githubusercontent.com/rancher/k3d/main/install.sh" | bash
106106
# The TAG env var can interfere with the k3d install script.

0 commit comments

Comments
 (0)