diff --git a/.github/workflows/push_image.yml b/.github/workflows/push_image.yml index 100cf8d6..0e4f28f5 100644 --- a/.github/workflows/push_image.yml +++ b/.github/workflows/push_image.yml @@ -13,14 +13,6 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - - name: Set up Go - uses: actions/setup-go@v5 - with: - go-version: ">=1.22.5" - - - name: Build certimate - run: go build -o certimate - - name: Set up QEMU uses: docker/setup-qemu-action@v3