Ramkumar Chinchani
2022-07-13 21:15:33 +00:00
committed by Ramkumar Chinchani
parent 2496fef3c2
commit 595e1bca59
13 changed files with 29 additions and 29 deletions
+2 -2
View File
@@ -19,11 +19,11 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: Install go 1.18
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: 1.18.x
- name: Checkout this PR
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Start zot server
run: |
cd $GITHUB_WORKSPACE