Skip to content

Commit

Permalink
Declare Go 1.17 as minimum version
Browse files Browse the repository at this point in the history
With f53f0a9 1.17 and above is now supported
  • Loading branch information
Sean-Der committed Apr 8, 2024
1 parent f53f0a9 commit 2f0fe93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
@@ -1,6 +1,6 @@
module github.com/pion/webrtc/v3

go 1.19
go 1.17

require (
github.com/pion/datachannel v1.5.5
Expand Down

0 comments on commit 2f0fe93

Please sign in to comment.