File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1010
1111env :
1212 # Common versions
13- GO_VERSION : ' 1.23 '
13+ GO_VERSION : ' 1.24 '
1414 GOLANGCI_VERSION : ' v1.64.2'
1515 DOCKER_BUILDX_VERSION : ' v0.8.2'
1616
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ PLATFORMS ?= linux_amd64 linux_arm64
1414# ====================================================================================
1515# Setup Go
1616
17- GO_REQUIRED_VERSION = 1.21
17+ GO_REQUIRED_VERSION = 1.24
1818NPROCS ?= 1
1919GO_TEST_PARALLEL := $(shell echo $$(( $(NPROCS ) / 2 ) ) )
2020GO_STATIC_PACKAGES = $(GO_PROJECT ) /cmd/provider
Original file line number Diff line number Diff line change 11module github.com/crossplane-contrib/provider-ansible
22
3- go 1.24.7
3+ go 1.24
44
55require (
66 github.com/apenella/go-ansible v1.3.0
You can’t perform that action at this time.
0 commit comments