fix goimports

This commit is contained in:
Randall C. O'Reilly 2022-11-15 01:05:46 -08:00
parent 632f1e9690
commit f92d23e9a7
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ jobs:
# pypy3 -m pip install --user -U pybindgen
# install goimports
go get golang.org/x/tools/cmd/goimports
go install golang.org/x/tools/cmd/goimports@latest
- name: Build-Linux