Skip to content

Commit

Permalink
fix: add more go version test
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkgos committed Aug 15, 2024
1 parent 4111974 commit a20e9f8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ members = [
default-members = ["goup"]

[workspace.package]
version = "0.9.2"
version = "0.9.3"
authors = ["thinkgo <[email protected]>"]
edition = "2021"
rust-version = "1.74"
Expand Down
6 changes: 6 additions & 0 deletions goup-version/src/version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -670,6 +670,12 @@ mod tests {
"1.22.1",
"1.22.2",
"1.22.3",
"1.22.4",
"1.22.5",
"1.22.6",
"1.23rc1",
"1.23rc2",
"1.23.0",
];
for ver in go_versions {
assert!(Version::semantic(ver).is_ok())
Expand Down

0 comments on commit a20e9f8

Please sign in to comment.