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: workflow_dispatch:
push: push:
branches: branches:
- 'master' - 'beta'
tags: tags:
- 'v*' - 'v*'
@@ -19,7 +19,7 @@ jobs:
- name: Setup Go - name: Setup Go
uses: actions/setup-go@v5 uses: actions/setup-go@v5
with: { go-version: '1.25' } with: { go-version: '1.26' }
- name: Build go2rtc_win64 - name: Build go2rtc_win64
env: { GOOS: windows, GOARCH: amd64 } env: { GOOS: windows, GOARCH: amd64 }
+1 -1
View File
@@ -26,7 +26,7 @@ jobs:
- name: Setup Go - name: Setup Go
uses: actions/setup-go@v5 uses: actions/setup-go@v5
with: with:
go-version: '1.24' go-version: '1.26'
- name: Build Go binary - name: Build Go binary
run: go build -ldflags "-s -w" -trimpath -o ./go2rtc run: go build -ldflags "-s -w" -trimpath -o ./go2rtc
+1 -1
View File
@@ -2,7 +2,7 @@
# 0. Prepare images # 0. Prepare images
ARG PYTHON_VERSION="3.13" ARG PYTHON_VERSION="3.13"
ARG GO_VERSION="1.25" ARG GO_VERSION="1.26"
# 1. Build go2rtc binary # 1. Build go2rtc binary
+1 -1
View File
@@ -4,7 +4,7 @@
# only debian 13 (trixie) has latest ffmpeg # only debian 13 (trixie) has latest ffmpeg
# https://packages.debian.org/trixie/ffmpeg # https://packages.debian.org/trixie/ffmpeg
ARG DEBIAN_VERSION="trixie-slim" ARG DEBIAN_VERSION="trixie-slim"
ARG GO_VERSION="1.25-bookworm" ARG GO_VERSION="1.26-bookworm"
# 1. Build go2rtc binary # 1. Build go2rtc binary
+1 -1
View File
@@ -2,7 +2,7 @@
# 0. Prepare images # 0. Prepare images
ARG PYTHON_VERSION="3.13-slim-bookworm" ARG PYTHON_VERSION="3.13-slim-bookworm"
ARG GO_VERSION="1.25-bookworm" ARG GO_VERSION="1.26-bookworm"
# 1. Build go2rtc binary # 1. Build go2rtc binary
+1 -1
View File
@@ -1,6 +1,6 @@
module pinggy module pinggy
go 1.25 go 1.26
require ( require (
github.com/Pinggy-io/pinggy-go/pinggy v0.6.9 // indirect github.com/Pinggy-io/pinggy-go/pinggy v0.6.9 // indirect