Skip to content

Commit

Permalink
fix go version (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSC208 authored Nov 7, 2024
1 parent 6ec5f27 commit 65520a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG GO_VERSION=1.21.3
ARG GO_VERSION=1.23.2
ARG ALPINE_VERSION=3.18

# Build web client (if needed)
Expand Down
2 changes: 1 addition & 1 deletion services/core/blueprint/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/steady-bytes/draft/services/core/blueprint

go 1.21.3
go 1.23.2

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

Expand Down
2 changes: 1 addition & 1 deletion services/core/fuse/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/steady-bytes/draft/services/core/fuse

go 1.21.3
go 1.23.2

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

Expand Down

0 comments on commit 65520a3

Please sign in to comment.