Use go mod tool to install tools for go generate (#21232)

Use go tool for generators

* Use go.mod tool section
* Install tools with go generate
* Update dependencies
* Remove madmin fork.
This commit is contained in:
Klaus Post
2025-04-25 01:34:11 +02:00
committed by GitHub
parent 18aceae620
commit f01374950f
6 changed files with 164 additions and 150 deletions

View File

@@ -21,7 +21,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.24.0
go-version: 1.24.x
cached: false
- name: Get official govulncheck
run: go install golang.org/x/vuln/cmd/govulncheck@latest