mirror of
https://github.com/project-zot/zot.git
synced 2026-06-16 04:17:55 +08: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user