Skip to content

Commit 65520a3

Browse files
authored
fix go version (#52)
1 parent 6ec5f27 commit 65520a3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG GO_VERSION=1.21.3
1+
ARG GO_VERSION=1.23.2
22
ARG ALPINE_VERSION=3.18
33

44
# Build web client (if needed)

services/core/blueprint/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/steady-bytes/draft/services/core/blueprint
22

3-
go 1.21.3
3+
go 1.23.2
44

55
// replace github.com/steady-bytes/draft/api => ../../../api
66

services/core/fuse/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/steady-bytes/draft/services/core/fuse
22

3-
go 1.21.3
3+
go 1.23.2
44

55
// replace github.com/steady-bytes/draft/api => ../../../api
66

0 commit comments

Comments
 (0)