We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae7afe2 commit 7988167Copy full SHA for 7988167
2 files changed
go.mod
@@ -1,6 +1,6 @@
1
module github.com/function61/gokit
2
3
-go 1.16
+go 1.18
4
5
require (
6
github.com/apex/gateway v1.1.1
turbobob.json
@@ -6,7 +6,7 @@
"builders": [
7
{
8
"name": "default",
9
- "uses": "docker://fn61/buildkit-golang:20220115_1318_71191646",
+ "uses": "docker://fn61/buildkit-golang:20221017_1220_d2ee72b9",
10
"mount_destination": "/workspace",
11
"workdir": "/workspace",
12
"commands": {
0 commit comments