From 1fcc6c0cc09ffd7527e4a6e5ff29151ba46ea6f1 Mon Sep 17 00:00:00 2001 From: TwiN Date: Sun, 18 Feb 2024 14:37:29 -0500 Subject: [PATCH] chore: Update Go to 1.21 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index eb13fe0f..251753ea 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/setup-go@v5 with: - go-version: 1.19 + go-version: 1.21 - uses: actions/checkout@v4 - name: Build binary to make sure it works run: go build