Update run-check.yaml

This commit is contained in:
harishmatheshwaran 2022-10-17 12:48:43 +05:30 committed by Avelino
parent efe54277c5
commit 7053eec62f
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
container: golang:latest
steps:
- uses: actions/checkout@1.0.0
- uses: actions/checkout@v3
- name: Get dependencies
run: go get -v -t -d ./...
- name: run script