Skip to content

Commit

Permalink
[internal] Update GitHub Actions workflow files (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
pulumi-bot authored Aug 31, 2023
1 parent 18738ce commit 627ab67
Show file tree
Hide file tree
Showing 17 changed files with 74 additions and 40 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/command-dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env:
6.0.x
3.1.301
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GOVERSION: 1.20.1
GOVERSION: 1.21.x
JAVAVERSION: "11"
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODEVERSION: 16.x
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env:
6.0.x
3.1.301
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GOVERSION: 1.20.1
GOVERSION: 1.21.x
JAVAVERSION: "11"
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODEVERSION: 16.x
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
with:
cache-dependency-path: |
sdk/go.sum
go-version: 1.20.1
go-version: 1.21.x
- name: Install pulumictl
uses: jaxxstorm/[email protected]
with:
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
with:
cache-dependency-path: |
sdk/go.sum
go-version: 1.20.1
go-version: 1.21.x
- name: Install pulumictl
uses: jaxxstorm/[email protected]
with:
Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:
with:
cache-dependency-path: |
sdk/go.sum
go-version: 1.20.1
go-version: 1.21.x
- name: Install pulumictl
uses: jaxxstorm/[email protected]
with:
Expand Down Expand Up @@ -230,7 +230,7 @@ jobs:
with:
cache-dependency-path: |
sdk/go.sum
go-version: 1.20.1
go-version: 1.21.x
- name: Install pulumictl
uses: jaxxstorm/[email protected]
with:
Expand Down Expand Up @@ -299,7 +299,7 @@ jobs:
with:
cache-dependency-path: |
sdk/go.sum
go-version: 1.20.1
go-version: 1.21.x
- name: Install pulumictl
uses: jaxxstorm/[email protected]
with:
Expand Down Expand Up @@ -371,7 +371,7 @@ jobs:
with:
cache-dependency-path: |
sdk/go.sum
go-version: 1.20.1
go-version: 1.21.x
- name: Install pulumictl
uses: jaxxstorm/[email protected]
with:
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env:
6.0.x
3.1.301
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GOVERSION: 1.20.1
GOVERSION: 1.21.x
JAVAVERSION: "11"
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODEVERSION: 16.x
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
with:
cache-dependency-path: |
sdk/go.sum
go-version: 1.20.1
go-version: 1.21.x
- name: Install pulumictl
uses: jaxxstorm/[email protected]
with:
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
with:
cache-dependency-path: |
sdk/go.sum
go-version: 1.20.1
go-version: 1.21.x
- name: Install pulumictl
uses: jaxxstorm/[email protected]
with:
Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:
with:
cache-dependency-path: |
sdk/go.sum
go-version: 1.20.1
go-version: 1.21.x
- name: Install pulumictl
uses: jaxxstorm/[email protected]
with:
Expand Down Expand Up @@ -230,7 +230,7 @@ jobs:
with:
cache-dependency-path: |
sdk/go.sum
go-version: 1.20.1
go-version: 1.21.x
- name: Install pulumictl
uses: jaxxstorm/[email protected]
with:
Expand Down Expand Up @@ -299,7 +299,7 @@ jobs:
with:
cache-dependency-path: |
sdk/go.sum
go-version: 1.20.1
go-version: 1.21.x
- name: Install pulumictl
uses: jaxxstorm/[email protected]
with:
Expand Down Expand Up @@ -371,7 +371,7 @@ jobs:
with:
cache-dependency-path: |
sdk/go.sum
go-version: 1.20.1
go-version: 1.21.x
- name: Install pulumictl
uses: jaxxstorm/[email protected]
with:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:
6.0.x
3.1.301
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GOVERSION: 1.20.1
GOVERSION: 1.21.x
JAVAVERSION: "11"
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODEVERSION: 16.x
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
with:
cache-dependency-path: |
sdk/go.sum
go-version: 1.20.1
go-version: 1.21.x
- name: Install pulumictl
uses: jaxxstorm/[email protected]
with:
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
with:
cache-dependency-path: |
sdk/go.sum
go-version: 1.20.1
go-version: 1.21.x
- name: Install pulumictl
uses: jaxxstorm/[email protected]
with:
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
with:
cache-dependency-path: |
sdk/go.sum
go-version: 1.20.1
go-version: 1.21.x
- name: Install pulumictl
uses: jaxxstorm/[email protected]
with:
Expand Down Expand Up @@ -245,7 +245,7 @@ jobs:
with:
cache-dependency-path: |
sdk/go.sum
go-version: 1.20.1
go-version: 1.21.x
- name: Install pulumictl
uses: jaxxstorm/[email protected]
with:
Expand Down Expand Up @@ -317,7 +317,7 @@ jobs:
with:
cache-dependency-path: |
sdk/go.sum
go-version: 1.20.1
go-version: 1.21.x
- name: Install pulumictl
uses: jaxxstorm/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env:
6.0.x
3.1.301
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GOVERSION: 1.20.1
GOVERSION: 1.21.x
JAVAVERSION: "11"
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODEVERSION: 16.x
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env:
6.0.x
3.1.301
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GOVERSION: 1.20.1
GOVERSION: 1.21.x
JAVAVERSION: "11"
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODEVERSION: 16.x
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
with:
cache-dependency-path: |
sdk/go.sum
go-version: 1.20.1
go-version: 1.21.x
- name: Install pulumictl
uses: jaxxstorm/[email protected]
with:
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
with:
cache-dependency-path: |
sdk/go.sum
go-version: 1.20.1
go-version: 1.21.x
- name: Install pulumictl
uses: jaxxstorm/[email protected]
with:
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
with:
cache-dependency-path: |
sdk/go.sum
go-version: 1.20.1
go-version: 1.21.x
- name: Install pulumictl
uses: jaxxstorm/[email protected]
with:
Expand Down Expand Up @@ -258,7 +258,7 @@ jobs:
with:
cache-dependency-path: |
sdk/go.sum
go-version: 1.20.1
go-version: 1.21.x
- name: Install pulumictl
uses: jaxxstorm/[email protected]
with:
Expand Down Expand Up @@ -343,7 +343,7 @@ jobs:
with:
cache-dependency-path: |
sdk/go.sum
go-version: 1.20.1
go-version: 1.21.x
- name: Install pulumictl
uses: jaxxstorm/[email protected]
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/resync-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
6.0.x
3.1.301
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GOVERSION: 1.20.1
GOVERSION: 1.21.x
JAVAVERSION: "11"
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODEVERSION: 16.x
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
with:
cache-dependency-path: |
sdk/go.sum
go-version: 1.20.1
go-version: 1.21.x
- name: Install pulumictl
uses: jaxxstorm/[email protected]
with:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/run-acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:
6.0.x
3.1.301
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GOVERSION: 1.20.1
GOVERSION: 1.21.x
JAVAVERSION: "11"
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODEVERSION: 16.x
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
with:
cache-dependency-path: |
sdk/go.sum
go-version: 1.20.1
go-version: 1.21.x
- name: Install pulumictl
uses: jaxxstorm/[email protected]
with:
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
with:
cache-dependency-path: |
sdk/go.sum
go-version: 1.20.1
go-version: 1.21.x
- name: Install pulumictl
uses: jaxxstorm/[email protected]
with:
Expand Down Expand Up @@ -205,7 +205,7 @@ jobs:
with:
cache-dependency-path: |
sdk/go.sum
go-version: 1.20.1
go-version: 1.21.x
- name: Install pulumictl
uses: jaxxstorm/[email protected]
with:
Expand Down Expand Up @@ -297,7 +297,7 @@ jobs:
with:
cache-dependency-path: |
sdk/go.sum
go-version: 1.20.1
go-version: 1.21.x
- name: Install pulumictl
uses: jaxxstorm/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-bridge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
cache-dependency-path: |
sdk/go.sum
go-version: 1.20.1
go-version: 1.21.x
- name: Install pulumictl
uses: jaxxstorm/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion examples/addons/go/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/pulumi/pulumi-pagerduty/examples/addons/go

go 1.20
go 1.21

require (
github.com/pulumi/pulumi-pagerduty/sdk/v3 v3.0.0
Expand Down
2 changes: 2 additions & 0 deletions examples/addons/go/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ github.com/google/go-cmp v0.4.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/
github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=
github.com/google/go-cmp v0.5.9/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
github.com/gorilla/websocket v1.4.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ=
github.com/grpc-ecosystem/go-grpc-middleware v1.0.0/go.mod h1:FiyG127CGDf3tlThmgyCl78X/SZQqEOJBCDaAfeWzPs=
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0/go.mod h1:8NvIoxWQoOIhqOTXgfV/d3M/q6VIi02HzZEHgUlZvzk=
Expand Down Expand Up @@ -315,6 +316,7 @@ golang.org/x/tools v0.0.0-20200608174601-1b747fd94509/go.mod h1:EkVYQZoAsY45+roY
golang.org/x/tools v0.0.0-20200619180055-7c47624df98f/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE=
golang.org/x/tools v0.0.0-20210106214847-113979e3529a/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA=
golang.org/x/tools v0.6.0 h1:BOw41kyTf3PuCW1pVQf8+Cyg8pMlkYB1oo9iJ6D/lKM=
golang.org/x/tools v0.6.0/go.mod h1:Xwgl3UAJ/d3gWutnCtw505GrjyAbvKui8lOU390QaIU=
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
Expand Down
2 changes: 1 addition & 1 deletion examples/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/pulumi/pulumi-pagerduty/examples/v3

go 1.20
go 1.21

require github.com/pulumi/pulumi/pkg/v3 v3.17.0

Expand Down
Loading

0 comments on commit 627ab67

Please sign in to comment.