Skip to content

Commit 11a35aa

Browse files
committed
Fix goimports CI
Signed-off-by: Jan Dittrich <jan.dittrich@cgm.com>
1 parent edbb1c2 commit 11a35aa

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
@@ -122,7 +122,7 @@ jobs:
122122
go-version: ${{ env.GO_VERSION }}
123123

124124
- name: Install goimports
125-
run: go install golang.org/x/tools/cmd/goimports
125+
run: go install golang.org/x/tools/cmd/goimports@v0.42.0
126126

127127
- name: Vendor Dependencies
128128
run: make vendor vendor.check

0 commit comments

Comments
 (0)