Skip to content

Commit

Permalink
Use Go 1.23.6 toolchain for Go SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjohnsonpint committed Feb 28, 2025
1 parent 55b6bce commit ff18420
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-sdk-go-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.24.0
go-version: 1.23.6
cache-dependency-path: ./sdk/go/go.sum
- name: Build Program
run: go build .
Expand Down
2 changes: 1 addition & 1 deletion sdk/go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/hypermodeinc/modus/sdk/go

go 1.23.1

toolchain go1.24.0
toolchain go1.23.6

require (
github.com/hypermodeinc/modus/lib/manifest v0.17.0
Expand Down

0 comments on commit ff18420

Please sign in to comment.