From b3db9d987a24402646e1e89ab2100e32041cb999 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Thu, 20 Jun 2024 16:53:50 -0600 Subject: [PATCH] Use Go 1.22 in more places --- .github/workflows/release.yml | 2 +- .github/workflows/web.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6e58524..b2833c4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: - run: git fetch --force --tags - uses: actions/setup-go@v5.0.1 with: - go-version: '1.21' + go-version: '1.22' - uses: docker/login-action@v3 with: registry: ghcr.io diff --git a/.github/workflows/web.yml b/.github/workflows/web.yml index 19e49fb..fa85f55 100644 --- a/.github/workflows/web.yml +++ b/.github/workflows/web.yml @@ -26,7 +26,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v5.0.1 with: - go-version: '1.21' + go-version: '1.22' - name: Build WASM run: make wasm - name: Upload artifact