diff --git a/.github/workflows/docker-build-and-push.yml b/.github/workflows/docker-build-and-push.yml index c2def3200d..de8020ae5f 100644 --- a/.github/workflows/docker-build-and-push.yml +++ b/.github/workflows/docker-build-and-push.yml @@ -29,6 +29,11 @@ jobs: with: fetch-depth: 0 + - uses: actions/setup-go@v5 + with: + go-version: '1.22.2' + - run: go version + - name: Set Version from the release title. if: github.event_name == 'workflow_dispatch' run: | @@ -61,6 +66,11 @@ jobs: with: fetch-depth: 0 + - uses: actions/setup-go@v5 + with: + go-version: '1.22.2' + - run: go version + - name: Set Version from the release title. if: github.event_name == 'workflow_dispatch' run: |