Skip to content

Commit

Permalink
Merge pull request #52 from crossplane-contrib/go-1.22
Browse files Browse the repository at this point in the history
chore(build): update go to 1.22.5
  • Loading branch information
displague authored Jul 20, 2024
2 parents 7847f4c + 080f4d5 commit c0cd317
Show file tree
Hide file tree
Showing 213 changed files with 40,106 additions and 17,001 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/new_resource_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ Help us for prioritization of the resource support by giving more details about
why you need it.
-->

### Would you be willing to contribute it using [Upjet](https://github.com/upbound/upjet)?
### Would you be willing to contribute it using [Upjet](https://github.com/crossplane/upjet)?

<!--
Please take a look at code generator instructions to see whether you'd like to
contribute the missing parts where Upjet cannot automate. See
https://github.com/upbound/upjet#readme
https://github.com/crossplane/upjet#readme
-->
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

env:
# Common versions
GO_VERSION: '1.19'
GO_VERSION: '1.22.5'
GOLANGCI_VERSION: 'v1.57.2'
DOCKER_BUILDX_VERSION: 'v0.8.2'

Expand Down
12 changes: 7 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@

PROJECT_NAME := provider-jet-equinix
PROJECT_REPO := github.com/crossplane-contrib/$(PROJECT_NAME)
GO_REQUIRED_VERSION ?= 1.19
GO_REQUIRED_VERSION ?= 1.22.5
GOLANGCILINT_VERSION ?= 1.57.2

# Do not exceed Terraform version 1.5
# License changes from MPL to BSL in 1.6.0
# This would be incompatible with the Crossplane ecosystem.
export TERRAFORM_VERSION := 1.5.5

export TERRAFORM_PROVIDER_SOURCE := equinix/equinix
export TERRAFORM_PROVIDER_VERSION := 1.36.0
export TERRAFORM_PROVIDER_VERSION := 2.2.0
export TERRAFORM_PROVIDER_DOWNLOAD_NAME := terraform-provider-equinix
export TERRAFORM_PROVIDER_DOWNLOAD_URL_PREFIX := https://releases.hashicorp.com/${TERRAFORM_PROVIDER_DOWNLOAD_NAME}/${TERRAFORM_PROVIDER_VERSION}
export TERRAFORM_NATIVE_PROVIDER_BINARY := ${TERRAFORM_PROVIDER_DOWNLOAD_NAME}_v${TERRAFORM_PROVIDER_VERSION}
Expand Down Expand Up @@ -121,8 +123,8 @@ pull-docs:
fi
@git -C "$(WORK_DIR)/$(TERRAFORM_PROVIDER_SOURCE)" sparse-checkout set "$(TERRAFORM_DOCS_PATH)"
@echo "Removing examples known to cause parser errors for examples-generated"
@rm -f "$(WORK_DIR)/$(TERRAFORM_PROVIDER_SOURCE)/$(TERRAFORM_DOCS_PATH)/equinix_metal_port_vlan_attachment.md" \
"$(WORK_DIR)/$(TERRAFORM_PROVIDER_SOURCE)/$(TERRAFORM_DOCS_PATH)/equinix_fabric_routing_protocol.md"
@rm -f "$(WORK_DIR)/$(TERRAFORM_PROVIDER_SOURCE)/$(TERRAFORM_DOCS_PATH)/metal_port_vlan_attachment.md" \
"$(WORK_DIR)/$(TERRAFORM_PROVIDER_SOURCE)/$(TERRAFORM_DOCS_PATH)/fabric_routing_protocol.md"


generate.init: $(TERRAFORM_PROVIDER_SCHEMA) pull-docs
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Upjet Equinix Provider

`provider-jet-equinix` is a [Crossplane](https://crossplane.io/) provider that
is built using [Upjet](https://github.com/upbound/upjet) code
is built using [Upjet](https://github.com/crossplane/upjet) code
generation tools and exposes XRM-conformant managed resources for the
Equinix API.

Expand Down
Loading

0 comments on commit c0cd317

Please sign in to comment.