0
Fork 0
mirror of https://github.com/project-zot/zot.git synced 2024-12-16 21:56:37 -05:00

ci(golang): fix syncing build image golang 1.20 (#1205)

Since the matrix values were unquoted,
the logic reading the yaml considered them numbers

Signed-off-by: Andrei Aaron <aaaron@luxoft.com>
This commit is contained in:
Andrei Aaron 2023-02-17 20:02:30 +02:00 committed by GitHub
parent 672a2cd384
commit 1f9f178a57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,9 +17,9 @@ jobs:
strategy:
matrix:
golang_version:
- 1.18
- 1.19
- 1.20
- "1.18"
- "1.19"
- "1.20"
runs-on: ubuntu-latest
steps:
- name: Log in to GitHub Docker Registry