Fix build

This commit is contained in:
Deluan 2024-04-26 18:14:09 -04:00
parent affa9c3478
commit 0a90d18542
1 changed files with 1 additions and 1 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