From 41d1133b3a78b3ebbd55b294054953c54d00ce7f Mon Sep 17 00:00:00 2001 From: Scott Sickles Date: Mon, 25 Mar 2024 16:42:25 -0400 Subject: [PATCH] use go@1.21 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d8adb43..3608cbe 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v4 with: - go-version: "1.20" + go-version: "1.21" - name: Install Snapcraft uses: samuelmeuli/action-snapcraft@v2