Skip to content

Commit

Permalink
update to Go 1.18.
Browse files Browse the repository at this point in the history
  • Loading branch information
alfg committed Jul 27, 2022
1 parent b5183b3 commit d157f49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/alfg/ffmpegd

go 1.16
go 1.18

require github.com/gorilla/websocket v1.4.2

0 comments on commit d157f49

Please sign in to comment.