Skip to content

Commit 1719f9d

Browse files
committed
test
1 parent 37dce55 commit 1719f9d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Go
1919
uses: actions/setup-go@v5
2020
with:
21-
go-version: "1.22"
21+
go-version: "1.24"
2222
check-latest: true
2323

2424
- name: Build WASM

wasm-build/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module wasm-build
22

3-
go 1.22
3+
go 1.24

0 commit comments

Comments
 (0)