diff --git a/.github/workflows/build_and_push_images.yml b/.github/workflows/build_and_push_images.yml index 11888dce..1b75a907 100644 --- a/.github/workflows/build_and_push_images.yml +++ b/.github/workflows/build_and_push_images.yml @@ -20,6 +20,11 @@ jobs: - name: Check out the repo uses: actions/checkout@v3 + - + name: Use go version + uses: actions/setup-go@v5 + with: + go-version-file: 'go.mod' - name: Set up QEMU uses: docker/setup-qemu-action@v3