We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3080190 commit 2d4547bCopy full SHA for 2d4547b
.github/workflows/main-builder.yml
@@ -38,6 +38,8 @@ jobs:
38
uses: actions/setup-go@v2
39
with:
40
go-version: 1.17
41
+ - name: Install goimports
42
+ run: go install golang.org/x/tools/cmd/goimports@latest
43
- name: Cache
44
uses: actions/cache@v2
45
0 commit comments