Skip to content

Commit 1a16bed

Browse files
Merge pull request #18 from crossplane-contrib/renovate/go-1.x
Update dependency go to v1.23.0
2 parents dd74e6b + 7d4ff86 commit 1a16bed

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.22.3'
18-
GOLANGCI_VERSION: 'v1.55.2'
17+
GO_VERSION: '1.23.0'
18+
GOLANGCI_VERSION: 'v1.60.1'
1919
DOCKER_BUILDX_VERSION: 'v0.11.2'
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
@@ -2,7 +2,7 @@ module github.com/stevendborrelli/function-unit-test
22

33
go 1.22.0
44

5-
toolchain go1.22.3
5+
toolchain go1.23.0
66

77
require (
88
github.com/alecthomas/kong v0.9.0

0 commit comments

Comments
 (0)