Skip to content

Commit

Permalink
go ci: use 1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
gutenye committed Jan 4, 2022
1 parent aea78a0 commit 3f25b77
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
- name: Set VERSION
run: echo VERSION=${GITHUB_REF_NAME#go} >> $GITHUB_ENV
- uses: actions/setup-go@v2
with:
go-version: 1.17
- name: Build
run: cd src && go build -ldflags "-s -w" -o ../gnote
env:
Expand Down

0 comments on commit 3f25b77

Please sign in to comment.