Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 1158214

Browse files
committed
ci: bump go v1.19
Signed-off-by: Sam Batschelet <[email protected]>
1 parent d3048f4 commit 1158214

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-test-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Go
2020
uses: actions/setup-go@v2
2121
with:
22-
go-version: 1.18
22+
go-version: 1.19
2323
- name: Run unit tests
2424
shell: bash
2525
run: scripts/tests.unit.sh
@@ -43,7 +43,7 @@ jobs:
4343
- name: Set up Go
4444
uses: actions/setup-go@v2
4545
with:
46-
go-version: 1.18
46+
go-version: 1.19
4747
- name: Set up arm64 cross compiler
4848
run: |
4949
sudo apt-get -y update

0 commit comments

Comments
 (0)