Bump Go dependencies (#2976)

* Fix build

* Bump dependencies
This commit is contained in:
Deluan Quintão 2024-04-26 18:21:10 -04:00 committed by GitHub
parent affa9c3478
commit d9cd5efd67
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 22 additions and 22 deletions

View file

@ -28,7 +28,7 @@ jobs:
args: --timeout 2m
- name: Install goimports
run: go install golang.org/x/tools/cmd/goimports
run: go install golang.org/x/tools/cmd/goimports@latest
- run: goimports -w `find . -name '*.go' | grep -v '_gen.go$'`
- run: go mod tidy