Skip to content

Commit 8724a44

Browse files
committed
set version to 1.23.5
1 parent ddf92a2 commit 8724a44

File tree

8 files changed

+11
-11
lines changed

8 files changed

+11
-11
lines changed

.github/workflows/acceptance-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Install Go
5151
uses: actions/setup-go@v5
5252
with:
53-
go-version: 1.23
53+
go-version: 1.23.5
5454
- name: Run Acceptance Tests
5555
run: go test -v ./internal/services/${{ matrix.products }} -timeout=2h
5656
env:
@@ -74,7 +74,7 @@ jobs:
7474
- name: Install Go
7575
uses: actions/setup-go@v5
7676
with:
77-
go-version: 1.23
77+
go-version: 1.23.5
7878
- name: Run scwconfig tests
7979
run: go test -v ./internal/services/scwconfig -timeout=2m
8080
env:

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fetch-depth: 2
1616
- uses: actions/setup-go@v5
1717
with:
18-
go-version: '1.23'
18+
go-version: '1.23.5'
1919
- name: Run coverage
2020
run: go test -v -timeout=2h -coverprofile=coverage.out -covermode=count ./...
2121
env:

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
- docs/**
1313

1414
env:
15-
GO_VERSION: "1.23"
15+
GO_VERSION: "1.23.5"
1616
GO111MODULE: on
1717

1818
jobs:

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Install Go
5252
uses: actions/setup-go@v5
5353
with:
54-
go-version: 1.23
54+
go-version: 1.23.5
5555
- name: Run Acceptance Tests
5656
run: go test -v ./internal/services/${{ matrix.products }} -timeout=4h
5757
env:
@@ -103,7 +103,7 @@ jobs:
103103
- name: Install Go
104104
uses: actions/setup-go@v5
105105
with:
106-
go-version: 1.23
106+
go-version: 1.23.5
107107
- name: Run sweepers
108108
run: make sweep
109109
env:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Set up Go
2929
uses: actions/setup-go@v5
3030
with:
31-
go-version: 1.23
31+
go-version: 1.23.5
3232

3333
- name: Import GPG key
3434
id: import_gpg

.github/workflows/tfproviderlint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v4
1414
- uses: actions/setup-go@v5
1515
with:
16-
go-version: 1.23
16+
go-version: 1.23.5
1717
- name: Install tfproviderlint
1818
run: go install github.com/bflad/tfproviderlint/cmd/tfproviderlint
1919
- name: Run tfproviderlint
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v4
2626
- uses: actions/setup-go@v5
2727
with:
28-
go-version: 1.23
28+
go-version: 1.23.5
2929
- uses: hashicorp/setup-terraform@v3
3030
- run: go install github.com/bflad/tfproviderdocs@latest
3131
- run: make tfproviderdocs

.github/workflows/unit-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
tests:
99
strategy:
1010
matrix:
11-
go-version: [1.23.x]
11+
go-version: [1.23.5]
1212
platform: [ubuntu-latest]
1313
runs-on: ${{ matrix.platform }}
1414
steps:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/scaleway/terraform-provider-scaleway/v2
22

33
go 1.22.0
44

5-
toolchain go1.23.1
5+
toolchain go1.23.5
66

77
require (
88
github.com/aws/aws-sdk-go-v2 v1.32.7

0 commit comments

Comments
 (0)