From 62a9586a9d8c76e424bc59db0786cac8bd490ccb Mon Sep 17 00:00:00 2001 From: Eduardo Vozniak Date: Mon, 2 Oct 2023 11:53:11 -0300 Subject: [PATCH] Bumping golang --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0f3262ee..4dc63606 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -28,10 +28,10 @@ jobs: uses: vazco/github-actions-branch-name@v1 id: branch - - name: Set up Go 1.19 + - name: Set up Go 1.21 uses: actions/setup-go@v2 with: - go-version: 1.19.x + go-version: 1.21.x id: go - name: Downloads golang mods