Skip to content

Commit 6698030

Browse files
committed
downgrade go
1 parent ca553fd commit 6698030

File tree

6 files changed

+6
-10
lines changed

6 files changed

+6
-10
lines changed

.github/workflows/pull-request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
dotnetversion:
2121
- 6.0.x
2222
goversion:
23-
- '1.22.x'
23+
- '1.21.x'
2424
nodeversion:
2525
- 18.x
2626
pythonversion:

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
fail-fast: true
7171
matrix:
7272
goversion:
73-
- 1.22.x
73+
- 1.21.x
7474

7575
publish_sdk:
7676
name: Publish SDKs
@@ -163,7 +163,7 @@ jobs:
163163
dotnetversion:
164164
- 6.0.x
165165
goversion:
166-
- 1.22.x
166+
- 1.21.x
167167
nodeversion:
168168
- 18.x
169169
pythonversion:

.github/workflows/upgrade-provider.yml

-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ jobs:
55
name: upgrade-provider
66
runs-on: ubuntu-latest
77
steps:
8-
- name: Install Go
9-
uses: actions/setup-go@v3
10-
with:
11-
go-version: '1.22'
128
- name: Call upgrade provider action
139
uses: pulumi/pulumi-upgrade-provider-action@f399a75a5350242c291cc720eece1c72cb6ea712 # v0.0.12
1410
with:

go.work

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
go 1.22
1+
go 1.21
22

33
use (
44
./provider

provider/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/crowdstrike/pulumi-crowdstrike/provider
22

3-
go 1.22
3+
go 1.21
44

55
replace github.com/crowdstrike/terraform-provider-crowdstrike/shim => ./shim
66

provider/shim/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/crowdstrike/terraform-provider-crowdstrike/shim
22

3-
go 1.22
3+
go 1.21
44

55
require (
66
github.com/crowdstrike/terraform-provider-crowdstrike v0.0.4

0 commit comments

Comments
 (0)