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 66 "builders" : [
77 {
88 "name" : " default" ,
9- "uses" : " docker://fn61/buildkit-golang:20240908_1146_f9b94bc0 " ,
9+ "uses" : " docker://fn61/buildkit-golang:20250109_1140_037f68db " ,
1010 "mount_source" : " " ,
1111 "mount_destination" : " /workspace" ,
1212 "workdir" : " /workspace" ,
Original file line number Diff line number Diff line change 66 build :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v3
9+ - uses : actions/checkout@v4
1010
1111 - uses : docker/setup-buildx-action@v1
1212
1313 - name : Build
1414 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
1617 ./bob build in-ci-autodetect-settings
1718 env :
1819 DOCKER_CREDS : ${{ secrets.DOCKER_CREDS }}
You can’t perform that action at this time.
0 commit comments