Skip to content

Commit c31bc17

Browse files
committed
1 parent f04f444 commit c31bc17

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.23.8'
17+
GO_VERSION: '1.23.12'
1818
GOLANGCI_VERSION: 'v1.62.2'
1919
DOCKER_BUILDX_VERSION: 'v0.23.0'
2020

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-patch-and-transform
22

3-
go 1.23.8
3+
go 1.23.12
44

55
require (
66
github.com/alecthomas/kong v0.9.0

0 commit comments

Comments
 (0)