Skip to content

Commit f92d23e

Browse files
author
Randall C. O'Reilly
committed
fix goimports
1 parent 632f1e9 commit f92d23e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
# pypy3 -m pip install --user -U pybindgen
7676
7777
# install goimports
78-
go get golang.org/x/tools/cmd/goimports
78+
go install golang.org/x/tools/cmd/goimports@latest
7979
8080
8181
- name: Build-Linux

0 commit comments

Comments
 (0)