Skip to content

Commit

Permalink
chore(release): bump the minimum version
Browse files Browse the repository at this point in the history
  • Loading branch information
zoncoen committed Feb 26, 2024
1 parent f63a7b8 commit b410ce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cross-build/build-matrix/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ var minVer *semver.Version

func init() {
var err error
minVer, err = semver.NewVersion("1.21.0")
minVer, err = semver.NewVersion("1.21.2")
if err != nil {
panic(err)
}
Expand Down

0 comments on commit b410ce1

Please sign in to comment.