Commit 6698030 1 parent ca553fd commit 6698030 Copy full SHA for 6698030
File tree 6 files changed +6
-10
lines changed
6 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 20
20
dotnetversion :
21
21
- 6.0.x
22
22
goversion :
23
- - ' 1.22 .x'
23
+ - ' 1.21 .x'
24
24
nodeversion :
25
25
- 18.x
26
26
pythonversion :
Original file line number Diff line number Diff line change 70
70
fail-fast : true
71
71
matrix :
72
72
goversion :
73
- - 1.22 .x
73
+ - 1.21 .x
74
74
75
75
publish_sdk :
76
76
name : Publish SDKs
@@ -163,7 +163,7 @@ jobs:
163
163
dotnetversion :
164
164
- 6.0.x
165
165
goversion :
166
- - 1.22 .x
166
+ - 1.21 .x
167
167
nodeversion :
168
168
- 18.x
169
169
pythonversion :
Original file line number Diff line number Diff line change 5
5
name : upgrade-provider
6
6
runs-on : ubuntu-latest
7
7
steps :
8
- - name : Install Go
9
- uses : actions/setup-go@v3
10
- with :
11
- go-version : ' 1.22'
12
8
- name : Call upgrade provider action
13
9
uses : pulumi/pulumi-upgrade-provider-action@f399a75a5350242c291cc720eece1c72cb6ea712 # v0.0.12
14
10
with :
Original file line number Diff line number Diff line change 1
- go 1.22
1
+ go 1.21
2
2
3
3
use (
4
4
./provider
Original file line number Diff line number Diff line change 1
1
module github.com/crowdstrike/pulumi-crowdstrike/provider
2
2
3
- go 1.22
3
+ go 1.21
4
4
5
5
replace github.com/crowdstrike/terraform-provider-crowdstrike/shim => ./shim
6
6
Original file line number Diff line number Diff line change 1
1
module github.com/crowdstrike/terraform-provider-crowdstrike/shim
2
2
3
- go 1.22
3
+ go 1.21
4
4
5
5
require (
6
6
github.com/crowdstrike/terraform-provider-crowdstrike v0.0.4
You can’t perform that action at this time.
0 commit comments