Skip to content

Commit

Permalink
Merge branch 'main' into return-struct
Browse files Browse the repository at this point in the history
  • Loading branch information
james0209 authored May 25, 2024
2 parents ea161f3 + ac4e68e commit c6ee2da
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions product/consul.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ import (

var consulVersionOutputRe = regexp.MustCompile(`Consul ` + simpleVersionRe)

var (
v1_18 = version.Must(version.NewVersion("1.18"))
)

var Consul = Product{
Name: "consul",
BinaryName: func() string {
Expand Down

0 comments on commit c6ee2da

Please sign in to comment.