From 59f48f8af730a637327bc48bb14a9ba992f8f465 Mon Sep 17 00:00:00 2001 From: adbenitez Date: Tue, 6 Feb 2024 15:05:10 -0500 Subject: [PATCH] update go version in CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 53c9d7d..1e6220d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,7 +79,7 @@ jobs: - uses: actions/setup-go@v3 if: ${{ github.event_name == 'push' && steps.check-tag.outputs.match == 'true' }} with: - go-version: '>=1.20.2' + go-version: '1.21' cache: true - uses: goreleaser/goreleaser-action@v4 if: ${{ github.event_name == 'push' && steps.check-tag.outputs.match == 'true' }}