Skip to content

Commit e08df99

Browse files
committed
Omit patch in go version
Signed-off-by: Sergen Yalçın <yalcinsergen97@gmail.com>
1 parent b4889d9 commit e08df99

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

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

1111
env:
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

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
1818
NPROCS ?= 1
1919
GO_TEST_PARALLEL := $(shell echo $$(( $(NPROCS) / 2 )))
2020
GO_STATIC_PACKAGES = $(GO_PROJECT)/cmd/provider

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/provider-ansible
22

3-
go 1.24.7
3+
go 1.24
44

55
require (
66
github.com/apenella/go-ansible v1.3.0

0 commit comments

Comments
 (0)