Skip to content

Commit c5d1162

Browse files
authored
Upgrade Go to 1.26.5 (#1279)
* Upgrade Go to 1.26.5 - Go version bumped to `1.26.5` - All modules verified (go mod tidy, go fmt, go vet, go build) Signed-off-by: Aravindhan Ayyanathan <aravindhan.a@est.tech> * Address review comments. Signed-off-by: Aravindhan Ayyanathan <aravindhan.a@est.tech> --------- Signed-off-by: Aravindhan Ayyanathan <aravindhan.a@est.tech>
1 parent 9774c86 commit c5d1162

28 files changed

Lines changed: 29 additions & 29 deletions

File tree

documentation/netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# (https://gohugo.io/hosting-and-deployment/hosting-on-netlify/#configure-hugo-version-in-netlify)
33

44
[build.environment]
5-
GO_VERSION = "1.26.3"
5+
GO_VERSION = "1.26.5"
66
HUGO_VERSION = "0.161.1"
77
NODE_VERSION = "24.15.0"
88

functions/go/annotate-apply-time-mutations/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/kptdev/krm-functions-catalog/functions/go/annotate-apply-time-mutations
22

3-
go 1.26.3
3+
go 1.26.5
44

55
require (
66
github.com/stretchr/testify v1.11.1

functions/go/apply-replacements/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/kptdev/krm-functions-catalog/functions/go/apply-replacements
22

3-
go 1.26.3
3+
go 1.26.5
44

55
require (
66
github.com/kptdev/krm-functions-sdk/go/fn v1.0.3

functions/go/apply-setters/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/kptdev/krm-functions-catalog/functions/go/apply-setters
22

3-
go 1.26.3
3+
go 1.26.5
44

55
require (
66
github.com/kptdev/kpt/api v0.0.2

functions/go/bar/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/kptdev/krm-functions-catalog/functions/go/bar
22

3-
go 1.26.3
3+
go 1.26.5
44

55
require github.com/kptdev/krm-functions-sdk/go/fn v1.0.4
66

functions/go/create-setters/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/kptdev/krm-functions-catalog/functions/go/create-setters
22

3-
go 1.26.3
3+
go 1.26.5
44

55
require (
66
github.com/stretchr/testify v1.11.1

functions/go/delete-annotations/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/kptdev/krm-functions-catalog/functions/go/delete-annotations
22

3-
go 1.26.3
3+
go 1.26.5
44

55
require (
66
github.com/kptdev/krm-functions-sdk/go/fn v1.0.3

functions/go/drop-comments/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/kptdev/krm-functions-catalog/functions/go/drop-comments
22

3-
go 1.26.3
3+
go 1.26.5
44

55
require (
66
github.com/kptdev/krm-functions-sdk/go/fn v1.0.4

functions/go/ensure-name-substring/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/kptdev/krm-functions-catalog/functions/go/ensure-name-substring
22

3-
go 1.26.3
3+
go 1.26.5
44

55
require (
66
github.com/stretchr/testify v1.11.1

functions/go/foo/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/kptdev/krm-functions-catalog/functions/go/foo
22

3-
go 1.26.3
3+
go 1.26.5
44

55
require github.com/kptdev/krm-functions-sdk/go/fn v1.0.4
66

0 commit comments

Comments
 (0)