Skip to content

Commit 26f16e3

Browse files
committed
Update go (build) version to 1.25 and related readme
1 parent fcc837e commit 26f16e3

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- name: Setup Go
2121
uses: actions/setup-go@v5
22-
with: { go-version: '1.24' }
22+
with: { go-version: '1.25' }
2323

2424
- name: Build go2rtc_win64
2525
env: { GOOS: windows, GOARCH: amd64 }

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,15 +116,15 @@ Ultimate camera streaming application with support for RTSP, WebRTC, HomeKit, FF
116116
Download binary for your OS from [latest release](https://github.com/AlexxIT/go2rtc/releases/):
117117

118118
- `go2rtc_win64.zip` - Windows 10+ 64-bit
119-
- `go2rtc_win32.zip` - Windows 7+ 32-bit
119+
- `go2rtc_win32.zip` - Windows 10+ 32-bit
120120
- `go2rtc_win_arm64.zip` - Windows ARM 64-bit
121121
- `go2rtc_linux_amd64` - Linux 64-bit
122122
- `go2rtc_linux_i386` - Linux 32-bit
123123
- `go2rtc_linux_arm64` - Linux ARM 64-bit (ex. Raspberry 64-bit OS)
124124
- `go2rtc_linux_arm` - Linux ARM 32-bit (ex. Raspberry 32-bit OS)
125125
- `go2rtc_linux_armv6` - Linux ARMv6 (for old Raspberry 1 and Zero)
126126
- `go2rtc_linux_mipsel` - Linux MIPS (ex. [Xiaomi Gateway 3](https://github.com/AlexxIT/XiaomiGateway3), [Wyze cameras](https://github.com/gtxaspec/wz_mini_hacks))
127-
- `go2rtc_mac_amd64.zip` - macOS 10.13+ Intel 64-bit
127+
- `go2rtc_mac_amd64.zip` - macOS 11+ Intel 64-bit
128128
- `go2rtc_mac_arm64.zip` - macOS ARM 64-bit
129129
- `go2rtc_freebsd_amd64.zip` - FreeBSD 64-bit
130130
- `go2rtc_freebsd_arm64.zip` - FreeBSD ARM 64-bit

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# 0. Prepare images
44
ARG PYTHON_VERSION="3.11"
5-
ARG GO_VERSION="1.24"
5+
ARG GO_VERSION="1.25"
66

77

88
# 1. Build go2rtc binary

docker/hardware.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# only debian 13 (trixie) has latest ffmpeg
55
# https://packages.debian.org/trixie/ffmpeg
66
ARG DEBIAN_VERSION="trixie-slim"
7-
ARG GO_VERSION="1.24-bookworm"
7+
ARG GO_VERSION="1.25-bookworm"
88

99

1010
# 1. Build go2rtc binary

docker/rockchip.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# 0. Prepare images
44
ARG PYTHON_VERSION="3.13-slim-bookworm"
5-
ARG GO_VERSION="1.24-bookworm"
5+
ARG GO_VERSION="1.25-bookworm"
66

77

88
# 1. Build go2rtc binary

scripts/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Versions
22

3+
**PS.** Unfortunately, due to the dependency on `pion/webrtc/v4 v4.1.3`, had to upgrade go to `1.23`. Everything described below is not relevant.
4+
35
[Go 1.20](https://go.dev/doc/go1.20) is last version with support Windows 7 and macOS 10.13.
46
Go 1.21 support only Windows 10 and macOS 10.15.
57

@@ -16,8 +18,6 @@ golang.org/x/sys v0.30.0 // indirect
1618
golang.org/x/tools v0.24.0 // indirect
1719
```
1820

19-
**PS.** Unfortunately, due to the dependency on `pion/webrtc/v4 v4.1.3`, had to upgrade go to `1.23`.
20-
2121
## Build
2222

2323
- UPX-3.96 pack broken bin for `linux_mipsel`

0 commit comments

Comments
 (0)