Skip to content

Commit

Permalink
due to some runtime crashes moving back to go1.19.9
Browse files Browse the repository at this point in the history
  • Loading branch information
harshavardhana committed May 31, 2023
1 parent 2245c4e commit 03c840d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ before:
hooks:
- make clean
- make swagger-gen
- go mod tidy -compat=1.20
- go mod tidy -compat=1.19
- go mod download

builds:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/minio/operator

go 1.20
go 1.19

require (
github.com/blang/semver/v4 v4.0.0
Expand Down

0 comments on commit 03c840d

Please sign in to comment.