Skip to content

Commit

Permalink
Update: Bump Go version choices for generated templates
Browse files Browse the repository at this point in the history
This commit bumps the Go version(s) offered as a choice, the newer
versions include — 1.21, 1.20 and 1.19

Signed-off-by: notsatan <git@notsatan.me>
  • Loading branch information
notsatan committed Jan 2, 2024
1 parent 9e523c4 commit 8b57b5d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"use_codecov": "y",
"use_precommit": "y",
"go_version": [
"1.17",
"1.16",
"1.18"
"1.21",
"1.20",
"1.19"
],
"license": [
"MIT",
Expand Down

0 comments on commit 8b57b5d

Please sign in to comment.