diff --git a/.github/workflows/backend-mage-pipeline.yaml b/.github/workflows/backend-mage-pipeline.yaml index b2c2d55..6ea6e17 100644 --- a/.github/workflows/backend-mage-pipeline.yaml +++ b/.github/workflows/backend-mage-pipeline.yaml @@ -14,7 +14,7 @@ on: env: REGISTRY_URL: us-docker.pkg.dev - + jobs: mage-build-test: runs-on: ubuntu-latest @@ -23,7 +23,7 @@ jobs: shell: bash strategy: matrix: - go-version: [1.20.x] + go-version: [1.21.x] steps: - name: Checkout uses: actions/checkout@v3 @@ -140,4 +140,4 @@ jobs: - name: Remove local build image artifact uses: geekyeggo/delete-artifact@v2 with: - name: buildimage \ No newline at end of file + name: buildimage