File tree Expand file tree Collapse file tree 10 files changed +14
-14
lines changed Expand file tree Collapse file tree 10 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 5050 - name : Install Go
5151 uses : actions/setup-go@v5
5252 with :
53- go-version : 1.22
53+ go-version : 1.23
5454 - name : Run Acceptance Tests
5555 run : go test -v ./internal/services/${{ matrix.products }} -timeout=2h
5656 env :
7474 - name : Install Go
7575 uses : actions/setup-go@v5
7676 with :
77- go-version : 1.22
77+ go-version : 1.23
7878 - name : Run scwconfig tests
7979 run : go test -v ./internal/services/scwconfig -timeout=2m
8080 env :
Original file line number Diff line number Diff line change 1515 fetch-depth : 2
1616 - uses : actions/setup-go@v5
1717 with :
18- go-version : ' 1.22 '
18+ go-version : ' 1.23 '
1919 - name : Run coverage
2020 run : go test -v -timeout=2h -coverprofile=coverage.out -covermode=count ./...
2121 env :
Original file line number Diff line number Diff line change 1212 - docs/**
1313
1414env :
15- GO_VERSION : " 1.22 "
15+ GO_VERSION : " 1.23 "
1616 GO111MODULE : on
1717
1818jobs :
Original file line number Diff line number Diff line change 5151 - name : Install Go
5252 uses : actions/setup-go@v5
5353 with :
54- go-version : 1.22
54+ go-version : 1.23
5555 - name : Run Acceptance Tests
5656 run : go test -v ./internal/services/${{ matrix.products }} -timeout=4h
5757 env :
@@ -102,7 +102,7 @@ jobs:
102102 - name : Install Go
103103 uses : actions/setup-go@v5
104104 with :
105- go-version : 1.22
105+ go-version : 1.23
106106 - name : Run sweepers
107107 run : make sweep
108108 env :
Original file line number Diff line number Diff line change 2828 - name : Set up Go
2929 uses : actions/setup-go@v5
3030 with :
31- go-version : 1.22
31+ go-version : 1.23
3232
3333 - name : Import GPG key
3434 id : import_gpg
Original file line number Diff line number Diff line change 1313 - uses : actions/checkout@v4
1414 - uses : actions/setup-go@v5
1515 with :
16- go-version : 1.22
16+ go-version : 1.23
1717 - name : Install tfproviderlint
1818 run : go install github.com/bflad/tfproviderlint/cmd/tfproviderlint
1919 - name : Run tfproviderlint
2525 - uses : actions/checkout@v4
2626 - uses : actions/setup-go@v5
2727 with :
28- go-version : 1.22
28+ go-version : 1.23
2929 - uses : hashicorp/setup-terraform@v3
3030 - run : go install github.com/bflad/tfproviderdocs@latest
3131 - run : make tfproviderdocs
Original file line number Diff line number Diff line change 88 tests :
99 strategy :
1010 matrix :
11- go-version : [1.22 .x]
11+ go-version : [1.23 .x]
1212 platform : [ubuntu-latest]
1313 runs-on : ${{ matrix.platform }}
1414 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 11module tftemplate
22
3- go 1.22
3+ go 1.23
44
5- toolchain go1.22 .2
5+ toolchain go1.23 .2
66
77require github.com/AlecAivazis/survey/v2 v2.3.7
88
Original file line number Diff line number Diff line change 11module github.com/scaleway/terraform-provider-scaleway/v2
22
3- go 1.22 .0
3+ go 1.23 .0
44
55toolchain go1.23.1
66
You can’t perform that action at this time.
0 commit comments