Update site-deploy.yaml

This commit is contained in:
harishmatheshwaran 2022-10-17 12:37:57 +05:30 committed by Avelino
parent 97098f1db0
commit 4737de3dc2

View File

@ -12,7 +12,7 @@ jobs:
environment: netlify
container: golang:latest
steps:
- uses: actions/checkout@1.0.0
- uses: actions/checkout@v3
- name: Get dependencies
run: go get -v -t -d ./...
- name: Make awesome-go.com