Skip to content
This repository has been archived by the owner on Jun 5, 2021. It is now read-only.

Commit

Permalink
all: use go1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Apr 26, 2020
1 parent b9fdcef commit 92b1005
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ clone_folder: c:\gortc\stun

environment:
GOPATH: c:\gopath
GOVERSION: 1.13
GOVERSION: 1.14

install:
- go version
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ os:
- osx

go:
- 1.12.x
- 1.13.x
- 1.14.x

install: true

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ RFC 5389 obsoletes RFC 3489, so implementation was ignored by purpose, however,
RFC 3489 can be easily implemented as separate package.

# Requirements
Go 1.10 is currently supported and tested in CI. Should work on 1.9 and tip.
Go 1.14 is currently supported and tested in CI. Should work on 1.13.

# Testing
Client behavior is tested and verified in many ways:
Expand Down

0 comments on commit 92b1005

Please sign in to comment.