mirror of
https://github.com/project-zot/zot.git
synced 2026-06-17 12:58:02 +08:00
changed go version to 1.18
Signed-off-by: Alex Stan <alexandrustan96@yahoo.ro>
This commit is contained in:
committed by
Ramkumar Chinchani
parent
620bc7c517
commit
66484c8ca9
@@ -18,10 +18,10 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
# Steps represent a sequence of tasks that will be executed as part of the job
|
||||
steps:
|
||||
- name: Install go 1.17
|
||||
- name: Install go 1.18
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.17.x
|
||||
go-version: 1.18.x
|
||||
- name: Checkout this PR
|
||||
uses: actions/checkout@v2
|
||||
- name: Start zot server
|
||||
|
||||
Reference in New Issue
Block a user