Skip to content

Commit

Permalink
go
Browse files Browse the repository at this point in the history
  • Loading branch information
shoce committed Sep 14, 2023
1 parent de92588 commit c09aaab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
echo "VERSION=$VERSION" >> $GITHUB_ENV
- uses: actions/setup-go@v4
with:
go-version: '^1.21.0'
go-version: '^1.21.1'
- name: go build
run: GOOS=linux GOARCH=amd64 go build -o ${{ github.event.repository.name }}.linux.amd64 -trimpath -ldflags '-X main.Version='$VERSION
- name: gzip
Expand Down

0 comments on commit c09aaab

Please sign in to comment.