Skip to content

Commit

Permalink
Merge pull request #83 from catatsuy/feature_mod_readme_go_1_16
Browse files Browse the repository at this point in the history
require Go 1.16
  • Loading branch information
catatsuy authored Mar 28, 2021
2 parents 9af9fa6 + 9ad7842 commit 45c267f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ If you have a development environment for the Go language, you can compile and i
GO111MODULE=on go get github.com/catatsuy/notify_slack/cmd/notify_slack
```

If you want to develop it, you can use the `make`. It requires Go 1.15 or higher.
If you want to develop it, you can use the `make`. It requires Go 1.16 or higher.

```
make
Expand Down

0 comments on commit 45c267f

Please sign in to comment.