Skip to content

Commit cfd15d6

Browse files
committed
Add Go 1.20 support
Signed-off-by: Austin Vazquez <macedonv@amazon.com>
1 parent 157c4da commit cfd15d6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

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

3030
- name: Set env
3131
shell: bash
@@ -54,6 +54,7 @@ jobs:
5454

5555
strategy:
5656
matrix:
57+
go-version: [1.19.x, 1.20.x]
5758
# Ubuntu-20.04 has cgroups v1 default; Ubuntu-22.04 has cgroups v2 default.
5859
os: [ubuntu-20.04, ubuntu-22.04]
5960

@@ -62,7 +63,7 @@ jobs:
6263
- name: Install Go
6364
uses: actions/setup-go@v3
6465
with:
65-
go-version: '1.19.x'
66+
go-version: ${{ matrix.go }}
6667

6768
- name: Set env
6869
shell: bash

0 commit comments

Comments
 (0)