Skip to content

Commit

Permalink
bump Go to make app/dynversion work
Browse files Browse the repository at this point in the history
  • Loading branch information
joonas-fi committed Feb 6, 2023
1 parent ae7afe2 commit 7988167
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/function61/gokit

go 1.16
go 1.18

require (
github.com/apex/gateway v1.1.1
Expand Down
2 changes: 1 addition & 1 deletion turbobob.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"builders": [
{
"name": "default",
"uses": "docker://fn61/buildkit-golang:20220115_1318_71191646",
"uses": "docker://fn61/buildkit-golang:20221017_1220_d2ee72b9",
"mount_destination": "/workspace",
"workdir": "/workspace",
"commands": {
Expand Down

0 comments on commit 7988167

Please sign in to comment.