Skip to content

Commit

Permalink
chore(deps): Update dependency go to v1.23.5 (#49)
Browse files Browse the repository at this point in the history
* chore(deps): Update dependency go to v1.23.5

* Update build.yml

* Update build.yml

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ryan Fox-Tyler <[email protected]>
  • Loading branch information
renovate[bot] and ryanfoxtyler authored Jan 22, 2025
1 parent 3711fe4 commit 1131e61
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,21 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Setup Node
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: "22"

- name: Setup Go
- name: Get Go Toolchain version
id: toolchain
run: echo "version=$(sed -ne '/^toolchain /s/^toolchain go//p' go.mod)" >> "$GITHUB_OUTPUT"

- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ${{ steps.toolchain.outputs.version }}

- name: Setup TinyGo
- name: Set up TinyGo
uses: acifani/setup-tinygo@v2
with:
tinygo-version: 0.34.0
Expand Down
2 changes: 1 addition & 1 deletion modus101/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module my-modus-app

go 1.23.1

toolchain go1.23.4
toolchain go1.23.5

require github.com/hypermodeinc/modus/sdk/go v0.16.1

Expand Down

0 comments on commit 1131e61

Please sign in to comment.