Skip to content

Commit

Permalink
go 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
shoce committed Sep 3, 2024
1 parent 20ffbbc commit 967bca2
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.22.3'
go-version: '^1.23.0'
- 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 967bca2

Please sign in to comment.