Skip to content

Commit

Permalink
Update golang version in release
Browse files Browse the repository at this point in the history
  • Loading branch information
thedevsaddam committed Nov 3, 2021
1 parent f5b57b2 commit fc6ca55
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,14 @@ jobs:
name: build_release
runs-on: ubuntu-latest
steps:
- name: checkout
- name: checkout and setup
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: update Golang
uses: actions/setup-go@v2
with:
go-version: '1.17.2'
- name: build binary files
run: make binary
- name: release
Expand Down

0 comments on commit fc6ca55

Please sign in to comment.