bump Golang to 1.20 (#1602)

This commit is contained in:
Alessandro Ros
2023-03-25 11:48:31 +01:00
committed by GitHub
parent 5ffe8b2fc4
commit 853fd42e46
9 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: "1.19"
go-version: "1.20"
- run: |
go mod tidy
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: "1.19"
go-version: "1.20"
- run: |
sed -i '/gortsplib/d' go.mod
+1 -1
View File
@@ -35,6 +35,6 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: "1.19"
go-version: "1.20"
- run: make test-highlevel-nodocker