Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

GOLANG_VERSION := 1.25.7
GOLANG_VERSION := 1.25.9
Comment thread
efiacor marked this conversation as resolved.
Comment thread
efiacor marked this conversation as resolved.
GORELEASER_CONFIG = release/tag/goreleaser.yaml
GORELEASER_IMAGE := ghcr.io/goreleaser/goreleaser-cross:v$(GOLANG_VERSION)
YEAR_GEN := $(shell date '+%Y')
Expand Down
2 changes: 1 addition & 1 deletion documentation/go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/kptdev/docs

go 1.25.7
go 1.25.9

require github.com/google/docsy v0.12.0 // indirect
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/kptdev/kpt

go 1.25.7
go 1.25.9

require (
github.com/Masterminds/semver/v3 v3.4.0
Expand Down
2 changes: 1 addition & 1 deletion healthcheck/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/kptdev/kpt/healthcheck

go 1.25.7
go 1.25.9

require (
k8s.io/apimachinery v0.34.1
Expand Down
Loading