File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- GOLANG_VERSION := 1.25.6
15+ GOLANG_VERSION := 1.25.7
1616GORELEASER_CONFIG = release/tag/goreleaser.yaml
1717GORELEASER_IMAGE := ghcr.io/goreleaser/goreleaser-cross:v$(GOLANG_VERSION )
1818
Original file line number Diff line number Diff line change 11module github.com/kptdev/docs
22
3- go 1.25.6
3+ go 1.25.7
44
55require github.com/google/docsy v0.12.0 // indirect
Original file line number Diff line number Diff line change 11module github.com/kptdev/kpt
22
3- go 1.25.6
3+ go 1.25.7
44
55require (
66 github.com/bytecodealliance/wasmtime-go v1.0.0
Original file line number Diff line number Diff line change 11module github.com/kptdev/kpt/healthcheck
22
3- go 1.25.6
3+ go 1.25.7
44
55require (
66 k8s.io/apimachinery v0.34.1
Original file line number Diff line number Diff line change 11module github.com/kptdev/kpt/rollouts
22
3- go 1.25.6
3+ go 1.25.7
44
55require (
66 cloud.google.com/go/iam v0.13.0
You can’t perform that action at this time.
0 commit comments