Skip to content

Commit 564d6ff

Browse files
chore(deps): update golang version to v1.24.5
1 parent f25285a commit 564d6ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414

1515
env:
1616
# Common versions
17-
GO_VERSION: '1.24.4'
17+
GO_VERSION: '1.24.5'
1818
GOLANGCI_VERSION: 'v2.1.6'
1919
DOCKER_BUILDX_VERSION: 'v0.24.0'
2020

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/crossplane-contrib/function-environment-configs
22

33
go 1.23
44

5-
toolchain go1.24.4
5+
toolchain go1.24.5
66

77
require (
88
github.com/alecthomas/kong v1.4.0

0 commit comments

Comments
 (0)