Skip to content

Commit

Permalink
Add setup go step
Browse files Browse the repository at this point in the history
Signed-off-by: Aadhitya A <[email protected]>
  • Loading branch information
alphaX86 committed Apr 7, 2022
1 parent 87c3b6b commit e3297f9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
uses: actions/setup-go@v3
with:
go-version: '1.17'
check-latest: 'true'
- run: GOPROXY=direct GOSUMDB=off GO111MODULE=on go build -o meshery-meshsync .
docker:
name: Docker build and push
Expand All @@ -28,6 +29,11 @@ jobs:
uses: actions/checkout@master
with:
fetch-depth: 1
- name: Setup go
uses: actions/setup-go@v3
with:
go-version: '1.17'
check-latest: 'true'
- name: Docker login
uses: azure/docker-login@v1
with:
Expand Down

0 comments on commit e3297f9

Please sign in to comment.