chore(deps): Update dependency go to 1.26 #22

Open
renovate-bot wants to merge 1 commits from renovate/go-1.x into main
Showing only changes of commit 16dabb7409 - Show all commits

View File

@@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: actions/setup-go@v5 - uses: actions/setup-go@v5
with: with:
go-version: '1.23' go-version: '1.26'
- name: Build WASM - name: Build WASM
run: GOOS=js GOARCH=wasm go build ./... run: GOOS=js GOARCH=wasm go build ./...
- name: Build Host - name: Build Host