File tree 3 files changed +2
-14
lines changed
3 files changed +2
-14
lines changed Original file line number Diff line number Diff line change 17
17
strategy :
18
18
matrix :
19
19
os : [ ubuntu-latest, macos-latest, windows-latest ]
20
- go : [ '1.15', ' stable', 'oldstable' ]
20
+ go : [ 'stable', 'oldstable' ]
21
21
22
22
runs-on : ${{ matrix.os }}
23
23
steps :
42
42
run : |
43
43
go mod verify
44
44
45
- - name : Test Go 1.15
46
- # This step if needed because -shuffle not available on Go 1.15.
47
- # Tests are failing on MacOS. So, we just disable it.
48
- if : >-
49
- matrix.go == '1.15' && matrix.os != 'macos-latest'
50
- run : |
51
- go test -v -race -cover ./...
52
-
53
45
- name : Test
54
- if : >-
55
- matrix.go != '1.15'
56
46
run : |
57
47
go test -v -race -shuffle=on -cover ./...
58
48
Original file line number Diff line number Diff line change 1
1
module github.com/gobwas/ws
2
2
3
- go 1.15
3
+ go 1.16
4
4
5
5
require (
6
6
github.com/gobwas/httphead v0.1.0
Original file line number Diff line number Diff line change @@ -2,7 +2,5 @@ github.com/gobwas/httphead v0.1.0 h1:exrUm0f4YX0L7EBwZHuCF4GDp8aJfVeBrlLQrs6NqWU
2
2
github.com/gobwas/httphead v0.1.0 /go.mod h1:O/RXo79gxV8G+RqlR/otEwx4Q36zl9rqC5u12GKvMCM =
3
3
github.com/gobwas/pool v0.2.1 h1:xfeeEhW7pwmX8nuLVlqbzVc7udMDrwetjEv+TZIz1og =
4
4
github.com/gobwas/pool v0.2.1 /go.mod h1:q8bcK0KcYlCgd9e7WYLm9LpyS+YeLd8JVDW6WezmKEw =
5
- golang.org/x/sys v0.0.0-20201207223542-d4d67f95c62d h1:MiWWjyhUzZ+jvhZvloX6ZrUsdEghn8a64Upd8EMHglE =
6
- golang.org/x/sys v0.0.0-20201207223542-d4d67f95c62d /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
7
5
golang.org/x/sys v0.6.0 h1:MVltZSvRTcU2ljQOhs94SXPftV6DCNnZViHeQps87pQ =
8
6
golang.org/x/sys v0.6.0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
You can’t perform that action at this time.
0 commit comments