Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
le0pard committed Apr 19, 2024
1 parent a888175 commit 66beeec
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.21.1'
go-version: '1.22.1'

- name: Install Javascript dependencies
run: yarn install --immutable
Expand Down
2 changes: 1 addition & 1 deletion wasm_inliner/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/le0pard/vmail/wasm_inliner

go 1.22
go 1.22.0

require github.com/le0pard/vmail/wasm_inliner/inliner v0.0.0-20240403175846-8a4d1f8710e5

Expand Down
2 changes: 1 addition & 1 deletion wasm_inliner/inliner/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/le0pard/vmail/wasm_inliner/inliner

go 1.22
go 1.22.0

require golang.org/x/net v0.24.0

Expand Down
2 changes: 1 addition & 1 deletion wasm_parser/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/le0pard/vmail/wasm_parser

go 1.22
go 1.22.0

require github.com/le0pard/vmail/wasm_parser/parser v0.0.0-20240403175846-8a4d1f8710e5

Expand Down
2 changes: 1 addition & 1 deletion wasm_parser/parser/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/le0pard/vmail/wasm_parser/parser

go 1.22
go 1.22.0

require (
github.com/tdewolff/parse/v2 v2.7.12
Expand Down

0 comments on commit 66beeec

Please sign in to comment.