We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dd74e6b + 7d4ff86 commit 1a16bedCopy full SHA for 1a16bed
.github/workflows/ci.yml
@@ -14,8 +14,8 @@ on:
14
15
env:
16
# Common versions
17
- GO_VERSION: '1.22.3'
18
- GOLANGCI_VERSION: 'v1.55.2'
+ GO_VERSION: '1.23.0'
+ GOLANGCI_VERSION: 'v1.60.1'
19
DOCKER_BUILDX_VERSION: 'v0.11.2'
20
21
# These environment variables are important to the Crossplane CLI install.sh
go.mod
@@ -2,7 +2,7 @@ module github.com/stevendborrelli/function-unit-test
2
3
go 1.22.0
4
5
-toolchain go1.22.3
+toolchain go1.23.0
6
7
require (
8
github.com/alecthomas/kong v0.9.0
0 commit comments