We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bb3c9b commit 7d2fec1Copy full SHA for 7d2fec1
.github/workflows/release.yaml
@@ -42,7 +42,7 @@ jobs:
42
github_token: ${{ secrets.GITHUB_TOKEN }}
43
goos: ${{ matrix.goos }}
44
goarch: ${{ matrix.goarch }}
45
- goversion: 1.19.5
+ goversion: 1.20.3
46
project_path: cmd/update-plex-ipv6-access-url
47
ldflags: "-X 'main.buildTime=${{ needs.meta.outputs.date }}' -X 'main.buildCommit=${{ github.sha }}' -X 'main.buildVersion=${{ github.ref_name }}'"
48
sha256sum: true
0 commit comments