diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 66b95b570..6d58f3f16 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -12,7 +12,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: 1.22 + go-version: 1.24 id: go - name: Check out code into the Go module directory diff --git a/build/Makefile.deps b/build/Makefile.deps index 4ca68b557..c939d5ebe 100644 --- a/build/Makefile.deps +++ b/build/Makefile.deps @@ -5,7 +5,7 @@ ARCH_GORELEASER:=$(shell $(PWD)/scripts/uname_arch_goreleaser.sh) VERSION_DIR:=$(GOBIN)/versions VERSION_GOLICENSER:=v0.3.0 -VERSION_GOLANGCILINT:=v1.54.2 +VERSION_GOLANGCILINT:=v2.0.2 VERSION_GORELEASER:=v1.15.2 VERSION_GOCHANGELOG:=v0.0.0-20201005170154-56335215ce3a VERSION_VERSIONBUMP:=v1.1.0 diff --git a/go.mod b/go.mod index 79cee9c8d..0093e69f4 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/elastic/terraform-provider-ec -go 1.22 +go 1.24 require ( github.com/blang/semver v3.5.1+incompatible