build(go): upgrade go version used in end-to-end tests to 1.20 (#346)

Signed-off-by: Andrei Aaron <aaaron@luxoft.com>
This commit is contained in:
Andrei Aaron 2023-04-27 14:08:59 +03:00 committed by GitHub
parent cb2d8795f5
commit 415973e23c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,7 +73,7 @@ jobs:
- name: Install go
uses: actions/setup-go@v3
with:
go-version: 1.19.x
go-version: 1.20.x
- name: Checkout zot repo
uses: actions/checkout@v3