chore(deps): update Go version to 1.22 across project files

This commit is contained in:
Sergey Krashevich
2024-05-30 17:12:56 +03:00
parent a9e7a73cc8
commit df1d44d24e
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with: { go-version: '1.21' }
with: { go-version: '1.22' }
- name: Build go2rtc_win64
env: { GOOS: windows, GOARCH: amd64 }