Skip to content

Commit

Permalink
fix constraint in normalize_go_version
Browse files Browse the repository at this point in the history
  • Loading branch information
WillAbides committed Aug 10, 2023
1 parent 7abf2ab commit 012ce74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ select_remote_version() {
# go1.2rc3 -> 1.2.0-rc3
# 1.2.3rc3 -> 1.2.3-rc3
normalize_go_version() {
./src/"semver-select" --go -c '*.0' "$1"
./src/"semver-select" --go -c '*-0' "$1"
}

select_go_version_from_file() {
Expand Down

0 comments on commit 012ce74

Please sign in to comment.