Skip to content

Commit

Permalink
bump go version to 1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
kpym committed Aug 27, 2021
1 parent 9ca2027 commit b43b9ca
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 @@ -23,7 +23,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 github.com/kpym/gm

go 1.16
go 1.17

require (
github.com/alecthomas/chroma v0.9.1
Expand All @@ -9,3 +9,8 @@ require (
github.com/yuin/goldmark-emoji v1.0.1
github.com/yuin/goldmark-highlighting v0.0.0-20210428103930-3a9678dbb86c
)

require (
github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964 // indirect
github.com/dlclark/regexp2 v1.4.0 // indirect
)

0 comments on commit b43b9ca

Please sign in to comment.