Skip to content

Commit

Permalink
chore(deps): update go to v1.24.0 (#363)
Browse files Browse the repository at this point in the history
* chore(deps): update go to v1.24.0

* fix: Fix `wasm_exec.js` path

---------

Co-authored-by: gabe565-renovate[bot] <156644344+gabe565-renovate[bot]@users.noreply.github.com>
Co-authored-by: Gabe Cook <[email protected]>
  • Loading branch information
gabe565-renovate[bot] and gabe565 authored Feb 17, 2025
1 parent 6bfb62c commit 1808c77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module gabe565.com/gones

go 1.23.6
go 1.24.0

require (
gabe565.com/utils v0.0.0-20250203234441-e4ad4d8bf6fc
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"github.com/spf13/cobra"
)

//go:generate cp $GOROOT/misc/wasm/wasm_exec.js web/src/scripts
//go:generate cp $GOROOT/lib/wasm/wasm_exec.js web/src/scripts
//go:generate sh -c "gzip -c internal/database/database.csv > internal/database/database.csv.gz"

var version = "beta"
Expand Down

0 comments on commit 1808c77

Please sign in to comment.