go.mod: bump to Go 1.24.4

and use this opportunity to bust the cache.
good to do every once in a while.
diff --git a/.github/workflows/go_test.yml b/.github/workflows/go_test.yml
index b250647..8ea2e03 100644
--- a/.github/workflows/go_test.yml
+++ b/.github/workflows/go_test.yml
@@ -25,14 +25,14 @@
           go-version-file: "go.mod"
           cache: true
 
-      - name: Cache Go 1.24.2
+      - name: Cache Go 1.24.4
         uses: actions/cache@v4
         with:
           path: |
             ~/.cache/go-build
-          key: ${{ runner.os }}-go1.24.2-${{ hashFiles('**/go.sum') }}
+          key: ${{ runner.os }}-go1.24.4-${{ hashFiles('**/go.sum') }}
           restore-keys: |
-            ${{ runner.os }}-go1.24.2-
+            ${{ runner.os }}-go1.24.4-
 
       - name: Install tools
         run: |
diff --git a/go.mod b/go.mod
index 8f7cc4b..363a739 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
 module sketch.dev
 
-go 1.24.3
+go 1.24.4
 
 require (
 	github.com/chromedp/cdproto v0.0.0-20250403032234-65de8f5d025b