fix goreleaser workflow, version 1.13.1 (#4577)

This commit is contained in:
David Zhao
2026-06-08 16:15:09 -07:00
committed by GitHub
parent e0815be27d
commit 46c4309554
3 changed files with 11 additions and 2 deletions
+4 -1
View File
@@ -53,7 +53,10 @@ changelog:
- '^docs:'
- '^test:'
gomod:
proxy: true
# proxy must be disabled: it re-fetches modules from the Go proxy in a clean
# directory, which does not honor the replace directive in go.mod
# (replace github.com/pion/dtls/v3 => ... pinning v3.1.2 for gst whipsink compat)
proxy: false
mod: mod
checksum:
name_template: 'checksums.txt'
+6
View File
@@ -2,6 +2,12 @@
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.13.1] - 2026-06-08
### Fixed
- ci: disable goreleaser gomod proxy, incompatible with go.mod replace directive
## [1.13.0] - 2026-06-08
## ATTENTION: This release removes backwards compatibility for TURN authentication without TTL. Please refer to change log of [1.12.0](https://github.com/livekit/livekit/releases/tag/v1.12.0) for details on changes to TURN authentication and permissions handling. It was removed in https://github.com/livekit/livekit/pull/4539.
+1 -1
View File
@@ -14,4 +14,4 @@
package version
const Version = "1.13.0"
const Version = "1.13.1"