Skip to content

Commit bb70c2e

Browse files
authored
Merge pull request #16 from CrowdStrike/feature/upgrade_provider
Feature/upgrade provider
2 parents 1bee6dc + ca6e453 commit bb70c2e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
dotnetversion:
164164
- 6.0.x
165165
goversion:
166-
- 1.21.x
166+
- 1.22.x
167167
nodeversion:
168168
- 18.x
169169
pythonversion:

.github/workflows/upgrade-provider.yml

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ 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'
812
- name: Call upgrade provider action
913
uses: pulumi/pulumi-upgrade-provider-action@f399a75a5350242c291cc720eece1c72cb6ea712 # v0.0.12
1014
with:

0 commit comments

Comments
 (0)