Skip to content

Commit bacc99b

Browse files
committed
Upgrade Go compiler to 1.19
Signed-off-by: Austin Vazquez <macedonv@amazon.com>
1 parent 724eb82 commit bacc99b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install Go
2626
uses: actions/setup-go@v2
2727
with:
28-
go-version: '1.17.x'
28+
go-version: '1.19.x'
2929

3030
- name: Set env
3131
shell: bash
@@ -94,7 +94,7 @@ jobs:
9494
- name: Install Go
9595
uses: actions/setup-go@v2
9696
with:
97-
go-version: '1.17.x'
97+
go-version: '1.19.x'
9898

9999
- name: Set env
100100
shell: bash

0 commit comments

Comments
 (0)