diff --git a/.github/workflows/compile-mac.yaml b/.github/workflows/compile-mac.yaml index 8772d365346..ca2f8927aa2 100644 --- a/.github/workflows/compile-mac.yaml +++ b/.github/workflows/compile-mac.yaml @@ -27,7 +27,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: 1.23.* + go-version: 1.23.3 id: go # Retrieve build locations with `go env` diff --git a/go.mod b/go.mod index d1203310f89..a64729d3521 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/GoogleContainerTools/skaffold/v2 -go 1.23 +go 1.23.3 // these require code change may remove these later exclude (