Skip to content

Commit

Permalink
build(go): upgrade go version used in end-to-end tests to 1.20 (#346)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Aaron <aaaron@luxoft.com>
  • Loading branch information
andaaron authored Apr 27, 2023
1 parent cb2d879 commit 415973e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/end-to-end-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 415973e

Please sign in to comment.