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 97f6e9e commit 0597cae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,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 Expand Up @@ -60,7 +60,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 0597cae

Please sign in to comment.