File tree 10 files changed +14
-14
lines changed
10 files changed +14
-14
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
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
78
78
- name : Run scwconfig tests
79
79
run : go test -v ./internal/services/scwconfig -timeout=2m
80
80
env :
Original file line number Diff line number Diff line change 15
15
fetch-depth : 2
16
16
- uses : actions/setup-go@v5
17
17
with :
18
- go-version : ' 1.22 '
18
+ go-version : ' 1.23 '
19
19
- name : Run coverage
20
20
run : go test -v -timeout=2h -coverprofile=coverage.out -covermode=count ./...
21
21
env :
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 "
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
55
55
- name : Run Acceptance Tests
56
56
run : go test -v ./internal/services/${{ matrix.products }} -timeout=4h
57
57
env :
@@ -102,7 +102,7 @@ jobs:
102
102
- name : Install Go
103
103
uses : actions/setup-go@v5
104
104
with :
105
- go-version : 1.22
105
+ go-version : 1.23
106
106
- name : Run sweepers
107
107
run : make sweep
108
108
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
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
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
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 8
8
tests :
9
9
strategy :
10
10
matrix :
11
- go-version : [1.22 .x]
11
+ go-version : [1.23 .x]
12
12
platform : [ubuntu-latest]
13
13
runs-on : ${{ matrix.platform }}
14
14
steps :
Original file line number Diff line number Diff line change 1
- 1.22
1
+ 1.23
Original file line number Diff line number Diff line change 1
1
module tftemplate
2
2
3
- go 1.22
3
+ go 1.23
4
4
5
- toolchain go1.22 .2
5
+ toolchain go1.23 .2
6
6
7
7
require github.com/AlecAivazis/survey/v2 v2.3.7
8
8
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
3
+ go 1.23 .0
4
4
5
5
toolchain go1.23.1
6
6
You can’t perform that action at this time.
0 commit comments