Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

env:
# Common versions
GO_VERSION: '1.21'
GO_VERSION: '1.23'
DOCKER_BUILDX_VERSION: 'v0.8.2'

# Common users. We can't run a step 'if secrets.XXX != ""' but we can run a
Expand Down
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
PROJECT_NAME := provider-scaleway
PROJECT_REPO := github.com/scaleway/$(PROJECT_NAME)

export TERRAFORM_VERSION := 1.3.3
export TERRAFORM_VERSION := 1.10.5

export TERRAFORM_PROVIDER_SOURCE := scaleway/scaleway
export TERRAFORM_PROVIDER_REPO := https://github.com/scaleway/terraform-provider-scaleway
Expand Down Expand Up @@ -38,8 +38,8 @@ NPROCS ?= 1
# to half the number of CPU cores.
GO_TEST_PARALLEL := $(shell echo $$(( $(NPROCS) / 2 )))

GO_REQUIRED_VERSION ?= 1.21
GOLANGCILINT_VERSION ?= 1.50.0
GO_REQUIRED_VERSION ?= 1.23
GOLANGCILINT_VERSION ?= 1.63.4
GO_STATIC_PACKAGES = $(GO_PROJECT)/cmd/provider $(GO_PROJECT)/cmd/generator
GO_LDFLAGS += -X $(GO_PROJECT)/internal/version.Version=$(VERSION)
GO_SUBDIRS += cmd internal apis
Expand Down
2 changes: 1 addition & 1 deletion config/schema.json

Large diffs are not rendered by default.