Skip to content

Commit

Permalink
Use Go 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
mrclmr committed Feb 11, 2023
1 parent 4c74fc4 commit cdef472
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: '1.20'

- uses: actions/cache@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: '1.20'

- uses: actions/cache@v3
with:
Expand Down
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.19.x](https://golang.org/doc/install)
* [Golang 1.20.x](https://golang.org/doc/install)
* [golangci-lint latest version](https://github.com/golangci/golangci-lint#install)
* [GNU Make 4.3.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.19
go 1.20

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

0 comments on commit cdef472

Please sign in to comment.