Skip to content

Commit

Permalink
Update to Go 1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
takameron committed Sep 18, 2021
1 parent c37d8aa commit 96320da
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.17
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
Expand Down
7 changes: 6 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module slack-dump

go 1.16
go 1.17

require (
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
Expand All @@ -9,3 +9,8 @@ require (
github.com/stretchr/testify v1.7.0 // indirect
github.com/urfave/cli/v2 v2.3.0
)

require (
github.com/gorilla/websocket v1.4.2 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
)

0 comments on commit 96320da

Please sign in to comment.