Skip to content

Commit

Permalink
Set minimal supported version to 1.18.x
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed Dec 1, 2023
1 parent 255eb69 commit dd21ceb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

strategy:
matrix:
go: [ '1.16.x', '1.17.x', '1.18.x', '1.19.x', '1.20.x', '1.21.x' ]
go: [ '1.18.x', '1.19.x', '1.20.x', '1.21.x' ]

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

### Installation

To build the `gomakegen` from scratch, make sure you have a working Go 1.16+ workspace (_[instructions](https://go.dev/doc/install)_), then:
To build the `gomakegen` from scratch, make sure you have a working Go 1.18+ workspace (_[instructions](https://go.dev/doc/install)_), then:

```
go install github.com/essentialkaos/gomakegen@latest
Expand Down

0 comments on commit dd21ceb

Please sign in to comment.