Skip to content

Commit

Permalink
Fix nightly workflow
Browse files Browse the repository at this point in the history
We missed updating this when we removed `.Config.actionVersions.setupGo` to
`.Config.actions.setupGo`. These workflows were broken, and this fixes them.
  • Loading branch information
iwahbe committed Aug 25, 2023
1 parent a64c7c5 commit 9855261
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,7 @@ jobs:
repository: pulumi/scripts
- name: Unshallow clone for tags
run: git fetch --prune --unshallow --tags
- name: Install Go
uses: #{{ .Config.actionVersions.setupGo }}#
with:
go-version: 1.20.1
#{{ .Config.actions.setupGo | toYaml | indent 4 }}#
- name: Install pulumictl
uses: #{{ .Config.actionVersions.installGhRelease }}#
with:
Expand Down Expand Up @@ -118,10 +115,7 @@ jobs:
repository: pulumi/scripts
- name: Unshallow clone for tags
run: git fetch --prune --unshallow --tags
- name: Install Go
uses: #{{ .Config.actionVersions.setupGo }}#
with:
go-version: 1.20.1
#{{ .Config.actions.setupGo | toYaml | indent 4 }}#
- name: Install pulumictl
uses: #{{ .Config.actionVersions.installGhRelease }}#
with:
Expand Down Expand Up @@ -196,10 +190,7 @@ jobs:
repository: pulumi/scripts
- name: Unshallow clone for tags
run: git fetch --prune --unshallow --tags
- name: Install Go
uses: #{{ .Config.actionVersions.setupGo }}#
with:
go-version: 1.20.1
#{{ .Config.actions.setupGo | toYaml | indent 4 }}#
- name: Install pulumictl
uses: #{{ .Config.actionVersions.installGhRelease }}#
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,10 @@ jobs:
- name: Unshallow clone for tags
run: git fetch --prune --unshallow --tags
- name: Install Go
uses: <no value>
uses: actions/setup-go@v4
with:
cache-dependency-path: |
sdk/go.sum
go-version: 1.20.1
- name: Install pulumictl
uses: jaxxstorm/action-install-gh-release@v1.5.0
Expand Down Expand Up @@ -141,8 +143,10 @@ jobs:
- name: Unshallow clone for tags
run: git fetch --prune --unshallow --tags
- name: Install Go
uses: <no value>
uses: actions/setup-go@v4
with:
cache-dependency-path: |
sdk/go.sum
go-version: 1.20.1
- name: Install pulumictl
uses: jaxxstorm/action-install-gh-release@v1.5.0
Expand Down Expand Up @@ -216,8 +220,10 @@ jobs:
- name: Unshallow clone for tags
run: git fetch --prune --unshallow --tags
- name: Install Go
uses: <no value>
uses: actions/setup-go@v4
with:
cache-dependency-path: |
sdk/go.sum
go-version: 1.20.1
- name: Install pulumictl
uses: jaxxstorm/action-install-gh-release@v1.5.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,10 @@ jobs:
- name: Unshallow clone for tags
run: git fetch --prune --unshallow --tags
- name: Install Go
uses: <no value>
uses: actions/setup-go@v4
with:
cache-dependency-path: |
sdk/go.sum
go-version: 1.20.1
- name: Install pulumictl
uses: jaxxstorm/action-install-gh-release@v1.5.0
Expand Down Expand Up @@ -139,8 +141,10 @@ jobs:
- name: Unshallow clone for tags
run: git fetch --prune --unshallow --tags
- name: Install Go
uses: <no value>
uses: actions/setup-go@v4
with:
cache-dependency-path: |
sdk/go.sum
go-version: 1.20.1
- name: Install pulumictl
uses: jaxxstorm/action-install-gh-release@v1.5.0
Expand Down Expand Up @@ -214,8 +218,10 @@ jobs:
- name: Unshallow clone for tags
run: git fetch --prune --unshallow --tags
- name: Install Go
uses: <no value>
uses: actions/setup-go@v4
with:
cache-dependency-path: |
sdk/go.sum
go-version: 1.20.1
- name: Install pulumictl
uses: jaxxstorm/action-install-gh-release@v1.5.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,10 @@ jobs:
- name: Unshallow clone for tags
run: git fetch --prune --unshallow --tags
- name: Install Go
uses: <no value>
uses: actions/setup-go@v4
with:
cache-dependency-path: |
sdk/go.sum
go-version: 1.20.1
- name: Install pulumictl
uses: jaxxstorm/action-install-gh-release@v1.5.0
Expand Down Expand Up @@ -142,8 +144,10 @@ jobs:
- name: Unshallow clone for tags
run: git fetch --prune --unshallow --tags
- name: Install Go
uses: <no value>
uses: actions/setup-go@v4
with:
cache-dependency-path: |
sdk/go.sum
go-version: 1.20.1
- name: Install pulumictl
uses: jaxxstorm/action-install-gh-release@v1.5.0
Expand Down Expand Up @@ -217,8 +221,10 @@ jobs:
- name: Unshallow clone for tags
run: git fetch --prune --unshallow --tags
- name: Install Go
uses: <no value>
uses: actions/setup-go@v4
with:
cache-dependency-path: |
sdk/go.sum
go-version: 1.20.1
- name: Install pulumictl
uses: jaxxstorm/action-install-gh-release@v1.5.0
Expand Down

0 comments on commit 9855261

Please sign in to comment.