Update Go version to 1.21 in build and test workflows and Dockerfiles

This commit is contained in:
Sergey Krashevich
2023-08-23 10:03:01 +03:00
parent 357e7c1b18
commit 0822326900
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v4
with: { go-version: '1.20' }
with: { go-version: '1.21' }
- name: Build go2rtc_win64
env: { GOOS: windows, GOARCH: amd64 }