Skip to content

Commit

Permalink
ci: Use go 1.20.3 for release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cetteup committed Apr 16, 2023
1 parent 8bb3c9b commit 7d2fec1
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 @@ -42,7 +42,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: 1.19.5
goversion: 1.20.3
project_path: cmd/update-plex-ipv6-access-url
ldflags: "-X 'main.buildTime=${{ needs.meta.outputs.date }}' -X 'main.buildCommit=${{ github.sha }}' -X 'main.buildVersion=${{ github.ref_name }}'"
sha256sum: true

0 comments on commit 7d2fec1

Please sign in to comment.