Update go (build) version to 1.25 and related readme

This commit is contained in:
Alex X
2025-09-24 16:18:18 +03:00
parent fcc837e570
commit 26f16e392f
6 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with: { go-version: '1.24' }
with: { go-version: '1.25' }
- name: Build go2rtc_win64
env: { GOOS: windows, GOARCH: amd64 }