Skip to content

Commit 5fd9e19

Browse files
committed
update image
1 parent fe1b62b commit 5fd9e19

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
id-token: write
1616
pull-requests: write
1717
container:
18-
image: ghcr.io/kiracore/docker/base-image:v0.11.1
18+
image: ghcr.io/kiracore/docker/base-image:v0.11.2
1919
steps:
2020
# Work around https://github.com/actions/checkout/issues/760
2121
- name: Add safe.directory
@@ -69,6 +69,7 @@ jobs:
6969
echo " Repository name: ${{ env.REPOSITORY_NAME }}"
7070
echo " Release version: ${{ env.RELEASE_VER }}"
7171
echo " Release exists: ${{ env.RELEASE_EXISTS }}"
72+
go version
7273
- name: Testing & Building TOOLS
7374
run: |
7475
set -x
@@ -104,7 +105,7 @@ jobs:
104105
id-token: write
105106
pull-requests: write
106107
container:
107-
image: ghcr.io/kiracore/docker/base-image:v0.11.1
108+
image: ghcr.io/kiracore/docker/base-image:v0.11.2
108109
steps:
109110
# Work around https://github.com/actions/checkout/issues/760
110111
- name: Add safe.directory

bip39gen/bip39/scripts/test.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
#!/usr/bin/env bash
22
set -e
3-
set +x
4-
. /etc/profile
53
set -x
4+
. /etc/profile
65

76
cd ./bip39 || echo "Already in the root dir"
87

0 commit comments

Comments
 (0)