Skip to content

Commit a02666f

Browse files
authored
[release-0.11]: Update go.mod dependencies [SECURITY]
2 parents edbf2e7 + 1330e9b commit a02666f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ on:
1414

1515
env:
1616
# Common versions
17-
GO_VERSION: '1.23.8'
18-
GOLANGCI_VERSION: 'v1.62.0'
17+
GO_VERSION: '1.24.10'
18+
GOLANGCI_VERSION: 'v1.64.8'
1919
DOCKER_BUILDX_VERSION: 'v0.23.0'
2020

2121
# These environment variables are important to the Crossplane CLI install.sh

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/crossplane-contrib/function-go-templating
22

3-
go 1.23.8
3+
go 1.24.10
44

55
require (
66
dario.cat/mergo v1.0.2

0 commit comments

Comments
 (0)