diff --git a/.github/workflows/build-latest-image.yml b/.github/workflows/build-latest-image.yml index 5237723..2d25383 100644 --- a/.github/workflows/build-latest-image.yml +++ b/.github/workflows/build-latest-image.yml @@ -51,10 +51,10 @@ jobs: KUBECONFIG: '/home/runner/.kube/config' steps: - - name: Set up Go 1.19.4 + - name: Set up Go 1.19.5 uses: actions/setup-go@v3 with: - go-version: 1.19.4 + go-version: 1.19.5 - name: Disable default go problem matcher run: echo "::remove-matcher owner=go::"