We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ec5f27 commit 65520a3Copy full SHA for 65520a3
Dockerfile
@@ -1,4 +1,4 @@
1
-ARG GO_VERSION=1.21.3
+ARG GO_VERSION=1.23.2
2
ARG ALPINE_VERSION=3.18
3
4
# Build web client (if needed)
services/core/blueprint/go.mod
@@ -1,6 +1,6 @@
module github.com/steady-bytes/draft/services/core/blueprint
-go 1.21.3
+go 1.23.2
5
// replace github.com/steady-bytes/draft/api => ../../../api
6
services/core/fuse/go.mod
module github.com/steady-bytes/draft/services/core/fuse
0 commit comments