diff --git a/.github/workflows/deployment.yaml b/.github/workflows/deployment.yaml index 9df3369..9df2fcb 100644 --- a/.github/workflows/deployment.yaml +++ b/.github/workflows/deployment.yaml @@ -14,8 +14,11 @@ jobs: runs-on: ubuntu-latest environment: main steps: - - name: Check out changes - uses: actions/checkout@v4 + - uses: actions/checkout@v4 + + - uses: actions/setup-go@v5 + with: + go-version: "1.23.0" - name: Azure CLI Login uses: azure/login@v2