Skip to content

Commit

Permalink
Use Go 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
mrclmr committed Aug 13, 2023
1 parent 5534d3f commit c2dfd8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ See the [`doc` command](docs/icm_doc.md) for **manual pages** and **markdown**.
## Development
1. Requirements
* [Golang 1.20.x](https://golang.org/doc/install)
* [Golang 1.21.x](https://golang.org/doc/install)
* [golangci-lint latest version](https://github.com/golangci/golangci-lint#install)
* [GNU Make 4.x.x](https://www.gnu.org/software/make/)
* gufumpt -> `go install mvdan.cc/gofumpt@latest`
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/meyermarcel/icm

go 1.20
go 1.21

require (
github.com/logrusorgru/aurora/v3 v3.0.0
Expand Down

0 comments on commit c2dfd8b

Please sign in to comment.