Skip to content

Commit 33d1505

Browse files
remyleoneyfodil
authored andcommitted
chore: upgrade terraform and go version (scaleway#121)
* chore: upgrade terraform and go version * Fix github action
1 parent 9f6dd4a commit 33d1505

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

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

1212
env:
1313
# Common versions
14-
GO_VERSION: '1.21'
14+
GO_VERSION: '1.23'
1515
DOCKER_BUILDX_VERSION: 'v0.8.2'
1616

1717
# Common users. We can't run a step 'if secrets.XXX != ""' but we can run a

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
PROJECT_NAME := provider-scaleway
55
PROJECT_REPO := github.com/scaleway/$(PROJECT_NAME)
66

7-
export TERRAFORM_VERSION := 1.3.3
7+
export TERRAFORM_VERSION := 1.10.5
88

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

41-
GO_REQUIRED_VERSION ?= 1.21
42-
GOLANGCILINT_VERSION ?= 1.50.0
41+
GO_REQUIRED_VERSION ?= 1.23
42+
GOLANGCILINT_VERSION ?= 1.63.4
4343
GO_STATIC_PACKAGES = $(GO_PROJECT)/cmd/provider $(GO_PROJECT)/cmd/generator
4444
GO_LDFLAGS += -X $(GO_PROJECT)/internal/version.Version=$(VERSION)
4545
GO_SUBDIRS += cmd internal apis

config/schema.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)