Update Go version to 1.26 in workflows and Dockerfiles

This commit is contained in:
Sergey Krashevich
2026-03-11 00:17:31 +03:00
parent 9f5a4b2d96
commit d4c2721d1c
6 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
branches:
- 'master'
- 'beta'
tags:
- 'v*'
@@ -19,7 +19,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with: { go-version: '1.25' }
with: { go-version: '1.26' }
- name: Build go2rtc_win64
env: { GOOS: windows, GOARCH: amd64 }
+1 -1
View File
@@ -26,7 +26,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.24'
go-version: '1.26'
- name: Build Go binary
run: go build -ldflags "-s -w" -trimpath -o ./go2rtc