Skip to content

Commit ee7a812

Browse files
authored
[internal] Update GitHub Actions workflow files (#196)
1 parent ffaf199 commit ee7a812

File tree

10 files changed

+20
-20
lines changed

10 files changed

+20
-20
lines changed

.github/workflows/command-dispatch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ env:
55
6.0.x
66
3.1.301
77
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8-
GOVERSION: 1.19.x
8+
GOVERSION: 1.20.1
99
JAVAVERSION: "11"
1010
NODEVERSION: 16.x
1111
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ env:
55
6.0.x
66
3.1.301
77
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8-
GOVERSION: 1.19.x
8+
GOVERSION: 1.20.1
99
JAVAVERSION: "11"
1010
NODEVERSION: 16.x
1111
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
@@ -171,7 +171,7 @@ jobs:
171171
172172
aws s3 cp ${{ env.COVERAGE_OUTPUT_DIR }}/summary.json ${s3FullURI} --acl bucket-owner-full-control
173173
lint:
174-
container: golangci/golangci-lint:latest
174+
container: golangci/golangci-lint:v1.51
175175
name: lint
176176
runs-on: ubuntu-latest
177177
steps:
@@ -206,7 +206,7 @@ jobs:
206206
fields: repo,commit,author,action
207207
status: ${{ job.status }}
208208
lint_sdk:
209-
container: golangci/golangci-lint:latest
209+
container: golangci/golangci-lint:v1.51
210210
name: lint-sdk
211211
needs: build_sdk
212212
runs-on: ubuntu-latest

.github/workflows/master.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ env:
55
6.0.x
66
3.1.301
77
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8-
GOVERSION: 1.19.x
8+
GOVERSION: 1.20.1
99
JAVAVERSION: "11"
1010
NODEVERSION: 16.x
1111
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
@@ -171,7 +171,7 @@ jobs:
171171
172172
aws s3 cp ${{ env.COVERAGE_OUTPUT_DIR }}/summary.json ${s3FullURI} --acl bucket-owner-full-control
173173
lint:
174-
container: golangci/golangci-lint:latest
174+
container: golangci/golangci-lint:v1.51
175175
name: lint
176176
runs-on: ubuntu-latest
177177
steps:
@@ -206,7 +206,7 @@ jobs:
206206
fields: repo,commit,author,action
207207
status: ${{ job.status }}
208208
lint_sdk:
209-
container: golangci/golangci-lint:latest
209+
container: golangci/golangci-lint:v1.51
210210
name: lint-sdk
211211
needs: build_sdk
212212
runs-on: ubuntu-latest

.github/workflows/prerelease.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ env:
55
6.0.x
66
3.1.301
77
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8-
GOVERSION: 1.19.x
8+
GOVERSION: 1.20.1
99
IS_PRERELEASE: true
1010
JAVAVERSION: "11"
1111
NODEVERSION: 16.x
@@ -121,7 +121,7 @@ jobs:
121121
- go
122122
- java
123123
lint:
124-
container: golangci/golangci-lint:latest
124+
container: golangci/golangci-lint:v1.51
125125
name: lint
126126
runs-on: ubuntu-latest
127127
steps:
@@ -156,7 +156,7 @@ jobs:
156156
fields: repo,commit,author,action
157157
status: ${{ job.status }}
158158
lint_sdk:
159-
container: golangci/golangci-lint:latest
159+
container: golangci/golangci-lint:v1.51
160160
name: lint-sdk
161161
needs: build_sdk
162162
runs-on: ubuntu-latest

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ env:
55
6.0.x
66
3.1.301
77
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8-
GOVERSION: 1.19.x
8+
GOVERSION: 1.20.1
99
JAVAVERSION: "11"
1010
NODEVERSION: 16.x
1111
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ env:
55
6.0.x
66
3.1.301
77
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8-
GOVERSION: 1.19.x
8+
GOVERSION: 1.20.1
99
JAVAVERSION: "11"
1010
NODEVERSION: 16.x
1111
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
@@ -134,7 +134,7 @@ jobs:
134134
run: pulumictl create docs-build pulumi-${{ env.PROVIDER }}
135135
${GITHUB_REF#refs/tags/}
136136
lint:
137-
container: golangci/golangci-lint:latest
137+
container: golangci/golangci-lint:v1.51
138138
name: lint
139139
runs-on: ubuntu-latest
140140
steps:
@@ -169,7 +169,7 @@ jobs:
169169
fields: repo,commit,author,action
170170
status: ${{ job.status }}
171171
lint_sdk:
172-
container: golangci/golangci-lint:latest
172+
container: golangci/golangci-lint:v1.51
173173
name: lint-sdk
174174
needs: build_sdk
175175
runs-on: ubuntu-latest

.github/workflows/resync-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ env:
55
6.0.x
66
3.1.301
77
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8-
GOVERSION: 1.19.x
8+
GOVERSION: 1.20.1
99
JAVAVERSION: "11"
1010
NODEVERSION: 16.x
1111
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

.github/workflows/run-acceptance-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ env:
55
6.0.x
66
3.1.301
77
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8-
GOVERSION: 1.19.x
8+
GOVERSION: 1.20.1
99
JAVAVERSION: "11"
1010
NODEVERSION: 16.x
1111
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
@@ -141,7 +141,7 @@ jobs:
141141
repository: ${{ github.event.client_payload.github.payload.repository.full_name }}
142142
token: ${{ secrets.PULUMI_BOT_TOKEN }}
143143
lint:
144-
container: golangci/golangci-lint:latest
144+
container: golangci/golangci-lint:v1.51
145145
if: github.event_name == 'repository_dispatch' ||
146146
github.event.pull_request.head.repo.full_name == github.repository
147147
name: lint
@@ -180,7 +180,7 @@ jobs:
180180
fields: repo,commit,author,action
181181
status: ${{ job.status }}
182182
lint_sdk:
183-
container: golangci/golangci-lint:latest
183+
container: golangci/golangci-lint:v1.51
184184
if: github.event_name == 'repository_dispatch' ||
185185
github.event.pull_request.head.repo.full_name == github.repository
186186
name: lint-sdk

.github/workflows/update-upstream-provider.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ env:
55
6.0.x
66
3.1.301
77
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8-
GOVERSION: 1.19.x
8+
GOVERSION: 1.20.1
99
JAVAVERSION: "11"
1010
NODEVERSION: 16.x
1111
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ install_nodejs_sdk:
9696
yarn link --cwd $(WORKING_DIR)/sdk/nodejs/bin
9797

9898
install_plugins:
99-
[ -x "$(shell command -v pulumi)" ] || curl -fsSL https://get.pulumi.com | sh
99+
[ -x "$(shell command -v pulumi 2>/dev/null)" ] || curl -fsSL https://get.pulumi.com | sh
100100

101101
lint_provider: provider
102102
cd provider && golangci-lint run -c ../.golangci.yml

0 commit comments

Comments
 (0)