Skip to content

Commit 6a24b63

Browse files
committed
bump Go, buildkit-golang, build boilerplates
1 parent bd1521e commit 6a24b63

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.config/turbobob.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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",

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@ jobs:
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 }}

0 commit comments

Comments
 (0)