Bump golang to 1.20.0 (#6070)

Signed-off-by: Ayato Tokubi <atokubi@redhat.com>
This commit is contained in:
Ayato Tokubi
2023-05-04 09:47:18 +01:00
committed by GitHub
parent efd9bd4c1b
commit 83e94a91b9
7 changed files with 11 additions and 11 deletions

View File

@@ -11,7 +11,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9
with:
go-version: '1.19.0'
go-version: '1.20.0'
id: go
- name: Check out code