From 3220c94fa55b0916c1c23a36cfb67ded3a13f745 Mon Sep 17 00:00:00 2001 From: Nicolas Lepage <19571875+nlepage@users.noreply.github.com> Date: Mon, 14 Oct 2024 17:04:06 +0200 Subject: [PATCH] fix: hello-state-keepalive example crashes --- docs/hello-state-keepalive/sw.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hello-state-keepalive/sw.js b/docs/hello-state-keepalive/sw.js index b3d8d6a..5123ea9 100644 --- a/docs/hello-state-keepalive/sw.js +++ b/docs/hello-state-keepalive/sw.js @@ -1,4 +1,4 @@ -importScripts('https://cdn.jsdelivr.net/gh/golang/go@go1.18.4/misc/wasm/wasm_exec.js') +importScripts('https://cdn.jsdelivr.net/gh/golang/go@go1.23.1/misc/wasm/wasm_exec.js') importScripts('https://cdn.jsdelivr.net/gh/nlepage/go-wasm-http-server@v1.1.0/sw.js') addEventListener('install', event => {