Skip to content

Commit 097eeaf

Browse files
committed
Test gocan
1 parent 34e359e commit 097eeaf

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/gocan.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
uses: actions/checkout@v6
1616
- name: Annotate layout-only changes
1717
run: |
18-
curl -sLO https://github.com/vearutop/gocan/releases/download/v0.0.4/linux_amd64.tar.gz && tar xf linux_amd64.tar.gz
18+
curl -sLO https://github.com/vearutop/gocan/releases/download/v0.0.5/linux_amd64.tar.gz && tar xf linux_amd64.tar.gz
1919
gocan_hash=$(git hash-object ./gocan)
20-
[ "$gocan_hash" == "b4e7572cd799ba302202c1b058e9259c56b4e2c7" ] || (echo "::error::unexpected hash for gocan, possible tampering: $gocan_hash" && exit 1)
20+
[ "$gocan_hash" == "98c1ea372abf02d6c8583689c28c8589c442674f" ] || (echo "::error::unexpected hash for gocan, possible tampering: $gocan_hash" && exit 1)
2121
git fetch --no-tags --depth=1 origin ${{ github.event.pull_request.base.sha }}
2222
git fetch --no-tags --depth=1 origin ${{ github.event.pull_request.head.sha }}
23-
./gocan -gh-annotate -gh-base ${{ github.event.pull_request.base.sha }} -gh-head ${{ github.event.pull_request.head.sha }}
23+
./gocan -gh-checks -gh-base ${{ github.event.pull_request.base.sha }} -gh-head ${{ github.event.pull_request.head.sha }}

0 commit comments

Comments
 (0)