update to Go 1.18.

This commit is contained in:
Alf
2022-07-26 21:40:01 -07:00
parent b5183b3bca
commit d157f498dc
2 changed files with 3 additions and 1 deletions

View File

@@ -17,6 +17,8 @@ jobs:
-
name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.18
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v3

2
go.mod
View File

@@ -1,5 +1,5 @@
module github.com/alfg/ffmpegd
go 1.16
go 1.18
require github.com/gorilla/websocket v1.4.2