Skip to content

Commit

Permalink
Merge pull request #929 from slack-go/go116
Browse files Browse the repository at this point in the history
Add support for Go1.16
  • Loading branch information
kanata2 authored Apr 18, 2021
2 parents c1b3bfb + 8bf071a commit 192f7b6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- '1.13'
- '1.14'
- '1.15'
- '1.16'
name: test go-${{ matrix.go }}
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ require (
github.com/stretchr/testify v1.2.2
)

go 1.13
go 1.16
6 changes: 6 additions & 0 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
# github.com/davecgh/go-spew v1.1.1
## explicit
github.com/davecgh/go-spew/spew
# github.com/go-test/deep v1.0.4
## explicit
github.com/go-test/deep
# github.com/gorilla/websocket v1.4.2
## explicit
github.com/gorilla/websocket
# github.com/pkg/errors v0.8.0
## explicit
github.com/pkg/errors
# github.com/pmezard/go-difflib v1.0.0
## explicit
github.com/pmezard/go-difflib/difflib
# github.com/stretchr/testify v1.2.2
## explicit
github.com/stretchr/testify/assert

0 comments on commit 192f7b6

Please sign in to comment.