From 45abd7615aa3e6f779c1a90c541a088ea883b3d3 Mon Sep 17 00:00:00 2001 From: Anderson Bargas Date: Sat, 6 Jan 2024 12:51:59 -0300 Subject: [PATCH] Updating build env to use go 1.21 --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c312a57..bc2d12a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,10 +11,10 @@ jobs: runs-on: ubuntu-latest steps: - - name: Set up Go 1.13 + - name: Set up Go 1.21 uses: actions/setup-go@v1 with: - go-version: 1.13 + go-version: '1.21' id: go - name: Check out code into the Go module directory