File tree Expand file tree Collapse file tree 8 files changed +11
-46
lines changed Expand file tree Collapse file tree 8 files changed +11
-46
lines changed Original file line number Diff line number Diff line change 50
50
- name : Install Go
51
51
uses : actions/setup-go@v5
52
52
with :
53
- go-version : 1.22
53
+ go-version : 1.23.5
54
54
- name : Run Acceptance Tests
55
55
run : go test -v ./internal/services/${{ matrix.products }} -timeout=2h
56
56
env :
74
74
- name : Install Go
75
75
uses : actions/setup-go@v5
76
76
with :
77
- go-version : 1.22
77
+ go-version : 1.23.5
78
78
- name : Run scwconfig tests
79
79
run : go test -v ./internal/services/scwconfig -timeout=2m
80
80
env :
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 12
12
- docs/**
13
13
14
14
env :
15
- GO_VERSION : " 1.22 "
15
+ GO_VERSION : " 1.23.5 "
16
16
GO111MODULE : on
17
17
18
18
jobs :
Original file line number Diff line number Diff line change 51
51
- name : Install Go
52
52
uses : actions/setup-go@v5
53
53
with :
54
- go-version : 1.22
54
+ go-version : 1.23.5
55
55
- name : Run Acceptance Tests
56
56
run : go test -v ./internal/services/${{ matrix.products }} -timeout=4h
57
57
env :
@@ -103,7 +103,7 @@ jobs:
103
103
- name : Install Go
104
104
uses : actions/setup-go@v5
105
105
with :
106
- go-version : 1.22
106
+ go-version : 1.23.5
107
107
- name : Run sweepers
108
108
run : make sweep
109
109
env :
Original file line number Diff line number Diff line change 28
28
- name : Set up Go
29
29
uses : actions/setup-go@v5
30
30
with :
31
- go-version : 1.22
31
+ go-version : 1.23.5
32
32
33
33
- name : Import GPG key
34
34
id : import_gpg
Original file line number Diff line number Diff line change 13
13
- uses : actions/checkout@v4
14
14
- uses : actions/setup-go@v5
15
15
with :
16
- go-version : 1.22
16
+ go-version : 1.23.5
17
17
- name : Install tfproviderlint
18
18
run : go install github.com/bflad/tfproviderlint/cmd/tfproviderlint
19
19
- name : Run tfproviderlint
25
25
- uses : actions/checkout@v4
26
26
- uses : actions/setup-go@v5
27
27
with :
28
- go-version : 1.22
28
+ go-version : 1.23.5
29
29
- uses : hashicorp/setup-terraform@v3
30
30
- run : go install github.com/bflad/tfproviderdocs@latest
31
31
- run : make tfproviderdocs
Original file line number Diff line number Diff line change 6
6
7
7
jobs :
8
8
tests :
9
- strategy :
10
- matrix :
11
- go-version : [1.22.x]
12
- platform : [ubuntu-latest]
13
- runs-on : ${{ matrix.platform }}
9
+ runs-on : ubuntu-latest
14
10
steps :
15
11
# Checkout should always be before setup-go to ensure caching is working
16
12
- name : Checkout
20
16
- name : Install Go
21
17
uses : actions/setup-go@v5
22
18
with :
23
- go-version : ${{ matrix.go-version }}
19
+ go-version : 1.23.5
24
20
- name : Build binaries
25
21
run : make build
26
22
- name : Run unit tests
Original file line number Diff line number Diff line change 1
1
module github.com/scaleway/terraform-provider-scaleway/v2
2
2
3
- go 1.22.0
4
-
5
- toolchain go1.23.1
3
+ go 1.23.5
6
4
7
5
require (
8
6
github.com/aws/aws-sdk-go-v2 v1.32.7
You can’t perform that action at this time.
0 commit comments