Skip to content

Commit

Permalink
disable version check
Browse files Browse the repository at this point in the history
  • Loading branch information
leaanthony committed Dec 6, 2024
1 parent 32fa3a0 commit ce62566
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ func (e *Executor) Setup() error {
if err := e.readDotEnvFiles(); err != nil {
return err
}
if err := e.doVersionChecks(); err != nil {
return err
}
//if err := e.doVersionChecks(); err != nil {
// return err
//}
e.setupDefaults()
e.setupConcurrencyState()
return nil
Expand Down

0 comments on commit ce62566

Please sign in to comment.