mirror of
https://github.com/project-zot/zot.git
synced 2026-06-16 04:17:55 +08:00
go.mod: update modules
This commit is contained in:
committed by
Ramkumar Chinchani
parent
c6670b1329
commit
26926ad4c2
@@ -17,7 +17,7 @@ jobs:
|
||||
- name: Install go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.15.x
|
||||
go-version: 1.16.x
|
||||
|
||||
- name: Check out source code
|
||||
uses: actions/checkout@v1
|
||||
@@ -33,6 +33,7 @@ jobs:
|
||||
sudo snap install skopeo --edge --devmode
|
||||
|
||||
- name: Run build and test
|
||||
timeout-minutes: 30
|
||||
run: |
|
||||
cd $GITHUB_WORKSPACE && make
|
||||
|
||||
|
||||
Reference in New Issue
Block a user