bump Go to 1.22 (#3279)

This commit is contained in:
Alessandro Ros 2024-04-21 11:12:14 +02:00 committed by GitHub
parent 6513f05bb6
commit 9e636308d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 8 additions and 8 deletions

View file

@ -15,7 +15,7 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version: "1.21"
go-version: "1.22"
- run: touch internal/servers/hls/hls.min.js
@ -31,7 +31,7 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: "1.21"
go-version: "1.22"
- run: |
go mod tidy