Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7d2fec1

Browse files
committedApr 16, 2023
ci: Use go 1.20.3 for release workflow
1 parent 8bb3c9b commit 7d2fec1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
github_token: ${{ secrets.GITHUB_TOKEN }}
4343
goos: ${{ matrix.goos }}
4444
goarch: ${{ matrix.goarch }}
45-
goversion: 1.19.5
45+
goversion: 1.20.3
4646
project_path: cmd/update-plex-ipv6-access-url
4747
ldflags: "-X 'main.buildTime=${{ needs.meta.outputs.date }}' -X 'main.buildCommit=${{ github.sha }}' -X 'main.buildVersion=${{ github.ref_name }}'"
4848
sha256sum: true

0 commit comments

Comments
 (0)
Please sign in to comment.