diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 6003efb..f1ade2c 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -27,7 +27,7 @@ jobs: - name: Setup | Go uses: actions/setup-go@v3 with: - go-version: 1.17.x + go-version: 1.19.x - name: Setup | Go Cache uses: actions/cache@v3 with: @@ -85,4 +85,4 @@ jobs: git tag -a v${{ needs.release.outputs.major }}.${{ needs.release.outputs.minor }} -m "Release v${{ needs.release.outputs.major }}.${{ needs.release.outputs.minor }}" # Create new matching refs in the origin repository git push origin v${{ needs.release.outputs.major }} - git push origin v${{ needs.release.outputs.major }}.${{ needs.release.outputs.minor }} \ No newline at end of file + git push origin v${{ needs.release.outputs.major }}.${{ needs.release.outputs.minor }}