Skip to content

Commit 1f78882

Browse files
committed
Go: make windows checks happy
1 parent f0f6c22 commit 1f78882

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

go/actions/test/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ runs:
3333
- name: Build
3434
shell: bash
3535
run: |
36-
bazel run //go:create-extractor-pack
36+
bazel run go:create-extractor-pack
3737
3838
- name: Check that all Go code is autoformatted
3939
if: inputs.run-code-checks == 'true'
@@ -46,7 +46,7 @@ runs:
4646
if: inputs.run-code-checks == 'true'
4747
shell: bash
4848
run: |
49-
bazel run //go:gen
49+
bazel run go:gen
5050
git add .
5151
git diff --exit-code HEAD || (
5252
echo "please run bazel run //go:gen"

0 commit comments

Comments
 (0)