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