Skip to content

Commit

Permalink
Merge pull request #97 from catatsuy/feature_update_go_version_on_gomod
Browse files Browse the repository at this point in the history
use Go 1.17 on go.mod
  • Loading branch information
catatsuy authored May 8, 2022
2 parents 727b67b + c8cd5bb commit 9a3ab4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/catatsuy/notify_slack

go 1.14
go 1.17

require github.com/pelletier/go-toml v1.9.5

0 comments on commit 9a3ab4a

Please sign in to comment.