Skip to content

Commit

Permalink
feat: bump min and preferred go version
Browse files Browse the repository at this point in the history
Signed-off-by: Rich Lander <lander2k2@protonmail.com>
  • Loading branch information
lander2k2 committed Nov 7, 2022
1 parent 4fe19ec commit 453701f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/utils/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ package utils

const (
// specifies the minimum version required to build the generated project.
GeneratedGoVersionMinimum = "1.17"
GeneratedGoVersionMinimum = "1.18"

// specifies the preferred version.
GeneratedGoVersionPreferred = "1.18"
GeneratedGoVersionPreferred = "1.19"
)

0 comments on commit 453701f

Please sign in to comment.