Skip to content

Commit abc31ec

Browse files
Fix changed error
1 parent e6de92e commit abc31ec

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-go1_25.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
run: |
7373
cd ./go/src
7474
. ./make.bash "$@" --no-banner
75-
"$GOTOOLDIR/dist" banner
75+
../bin/go tool dist banner
7676
cd ../..
7777
7878
- name: Copy binaries into bin

.github/workflows/test-go1_26.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
run: |
7373
cd ./go/src
7474
. ./make.bash "$@" --no-banner
75-
"$GOTOOLDIR/dist" banner
75+
../bin/go tool dist banner
7676
cd ../..
7777
7878
- name: Copy binaries into bin

0 commit comments

Comments
 (0)