Skip to content

Commit 1dfaec8

Browse files
committed
update Go, buildkit-golang, build boilerplate
1 parent 9f6379a commit 1dfaec8

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

turbobob.json renamed to .config/turbobob.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"builders": [
77
{
88
"name": "default",
9-
"uses": "docker://fn61/buildkit-golang:20210912_1048_2f1d31cd",
9+
"uses": "docker://fn61/buildkit-golang:20240416_1047_8a8b7e90",
1010
"commands": {
11-
"build": ["bin/build.sh"],
11+
"build": ["build-go-project.sh", "--directory=cmd/function22/", "--binary-basename=function22"],
1212
"dev": ["bash"]
1313
},
1414
"mount_destination": "/workspace",

bin/build.sh

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)