From 5bcd630462aa7f8b965b42cbd0f548e09c0942f6 Mon Sep 17 00:00:00 2001 From: Tom Wiesing Date: Sat, 4 Nov 2023 00:59:22 +0100 Subject: [PATCH] Update to go 1.21 --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 10bf21f..10208dd 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -3,7 +3,7 @@ name: CI on: [push, pull_request] env: - GO_VERSION: '~1.20' + GO_VERSION: '~1.21' GO_STABLE: 'true' NODE_VERSION: 18