File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 6
6
"builders" : [
7
7
{
8
8
"name" : " default" ,
9
- "uses" : " docker://fn61/buildkit-golang:20240908_1146_f9b94bc0 " ,
9
+ "uses" : " docker://fn61/buildkit-golang:20250109_1140_037f68db " ,
10
10
"mount_source" : " " ,
11
11
"mount_destination" : " /workspace" ,
12
12
"workdir" : " /workspace" ,
Original file line number Diff line number Diff line change 6
6
build :
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/checkout@v3
9
+ - uses : actions/checkout@v4
10
10
11
11
- uses : docker/setup-buildx-action@v1
12
12
13
13
- name : Build
14
14
run : |
15
- curl --fail --location --silent --output bob https://function61.com/go/turbobob-latest-stable-linux-amd64 && chmod +x bob
15
+ set -eu
16
+ curl --fail --location --no-progress-meter --output bob https://function61.com/go/turbobob-latest-stable-linux-amd64 && chmod +x bob
16
17
./bob build in-ci-autodetect-settings
17
18
env :
18
19
DOCKER_CREDS : ${{ secrets.DOCKER_CREDS }}
You can’t perform that action at this time.
0 commit comments