Skip to content

Commit a24721c

Browse files
authored
[internal] Update GitHub Actions workflow files (#258)
1 parent 42f3bdc commit a24721c

File tree

15 files changed

+68
-39
lines changed

15 files changed

+68
-39
lines changed

.github/workflows/command-dispatch.yml

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

.github/workflows/main.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ env:
66
6.0.x
77
3.1.301
88
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9-
GOVERSION: 1.20.1
9+
GOVERSION: 1.21.x
1010
JAVAVERSION: "11"
1111
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
1212
NODEVERSION: 16.x
@@ -46,7 +46,7 @@ jobs:
4646
with:
4747
cache-dependency-path: |
4848
sdk/go.sum
49-
go-version: 1.20.1
49+
go-version: 1.21.x
5050
- name: Install pulumictl
5151
uses: jaxxstorm/action-install-gh-release@v1.5.0
5252
with:
@@ -150,7 +150,7 @@ jobs:
150150
with:
151151
cache-dependency-path: |
152152
sdk/go.sum
153-
go-version: 1.20.1
153+
go-version: 1.21.x
154154
- name: Install pulumictl
155155
uses: jaxxstorm/action-install-gh-release@v1.5.0
156156
with:
@@ -196,7 +196,7 @@ jobs:
196196
with:
197197
cache-dependency-path: |
198198
sdk/go.sum
199-
go-version: 1.20.1
199+
go-version: 1.21.x
200200
- name: Install pulumictl
201201
uses: jaxxstorm/action-install-gh-release@v1.5.0
202202
with:
@@ -229,7 +229,7 @@ jobs:
229229
with:
230230
cache-dependency-path: |
231231
sdk/go.sum
232-
go-version: 1.20.1
232+
go-version: 1.21.x
233233
- name: Install pulumictl
234234
uses: jaxxstorm/action-install-gh-release@v1.5.0
235235
with:
@@ -298,7 +298,7 @@ jobs:
298298
with:
299299
cache-dependency-path: |
300300
sdk/go.sum
301-
go-version: 1.20.1
301+
go-version: 1.21.x
302302
- name: Install pulumictl
303303
uses: jaxxstorm/action-install-gh-release@v1.5.0
304304
with:
@@ -370,7 +370,7 @@ jobs:
370370
with:
371371
cache-dependency-path: |
372372
sdk/go.sum
373-
go-version: 1.20.1
373+
go-version: 1.21.x
374374
- name: Install pulumictl
375375
uses: jaxxstorm/action-install-gh-release@v1.5.0
376376
with:

.github/workflows/master.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ env:
66
6.0.x
77
3.1.301
88
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9-
GOVERSION: 1.20.1
9+
GOVERSION: 1.21.x
1010
JAVAVERSION: "11"
1111
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
1212
NODEVERSION: 16.x
@@ -46,7 +46,7 @@ jobs:
4646
with:
4747
cache-dependency-path: |
4848
sdk/go.sum
49-
go-version: 1.20.1
49+
go-version: 1.21.x
5050
- name: Install pulumictl
5151
uses: jaxxstorm/action-install-gh-release@v1.5.0
5252
with:
@@ -150,7 +150,7 @@ jobs:
150150
with:
151151
cache-dependency-path: |
152152
sdk/go.sum
153-
go-version: 1.20.1
153+
go-version: 1.21.x
154154
- name: Install pulumictl
155155
uses: jaxxstorm/action-install-gh-release@v1.5.0
156156
with:
@@ -196,7 +196,7 @@ jobs:
196196
with:
197197
cache-dependency-path: |
198198
sdk/go.sum
199-
go-version: 1.20.1
199+
go-version: 1.21.x
200200
- name: Install pulumictl
201201
uses: jaxxstorm/action-install-gh-release@v1.5.0
202202
with:
@@ -229,7 +229,7 @@ jobs:
229229
with:
230230
cache-dependency-path: |
231231
sdk/go.sum
232-
go-version: 1.20.1
232+
go-version: 1.21.x
233233
- name: Install pulumictl
234234
uses: jaxxstorm/action-install-gh-release@v1.5.0
235235
with:
@@ -298,7 +298,7 @@ jobs:
298298
with:
299299
cache-dependency-path: |
300300
sdk/go.sum
301-
go-version: 1.20.1
301+
go-version: 1.21.x
302302
- name: Install pulumictl
303303
uses: jaxxstorm/action-install-gh-release@v1.5.0
304304
with:
@@ -370,7 +370,7 @@ jobs:
370370
with:
371371
cache-dependency-path: |
372372
sdk/go.sum
373-
go-version: 1.20.1
373+
go-version: 1.21.x
374374
- name: Install pulumictl
375375
uses: jaxxstorm/action-install-gh-release@v1.5.0
376376
with:

.github/workflows/prerelease.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ env:
77
6.0.x
88
3.1.301
99
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
10-
GOVERSION: 1.20.1
10+
GOVERSION: 1.21.x
1111
JAVAVERSION: "11"
1212
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
1313
NODEVERSION: 16.x
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
cache-dependency-path: |
4949
sdk/go.sum
50-
go-version: 1.20.1
50+
go-version: 1.21.x
5151
- name: Install pulumictl
5252
uses: jaxxstorm/action-install-gh-release@v1.5.0
5353
with:
@@ -143,7 +143,7 @@ jobs:
143143
with:
144144
cache-dependency-path: |
145145
sdk/go.sum
146-
go-version: 1.20.1
146+
go-version: 1.21.x
147147
- name: Install pulumictl
148148
uses: jaxxstorm/action-install-gh-release@v1.5.0
149149
with:
@@ -176,7 +176,7 @@ jobs:
176176
with:
177177
cache-dependency-path: |
178178
sdk/go.sum
179-
go-version: 1.20.1
179+
go-version: 1.21.x
180180
- name: Install pulumictl
181181
uses: jaxxstorm/action-install-gh-release@v1.5.0
182182
with:
@@ -244,7 +244,7 @@ jobs:
244244
with:
245245
cache-dependency-path: |
246246
sdk/go.sum
247-
go-version: 1.20.1
247+
go-version: 1.21.x
248248
- name: Install pulumictl
249249
uses: jaxxstorm/action-install-gh-release@v1.5.0
250250
with:
@@ -316,7 +316,7 @@ jobs:
316316
with:
317317
cache-dependency-path: |
318318
sdk/go.sum
319-
go-version: 1.20.1
319+
go-version: 1.21.x
320320
- name: Install pulumictl
321321
uses: jaxxstorm/action-install-gh-release@v1.5.0
322322
with:

.github/workflows/pull-request.yml

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

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ env:
66
6.0.x
77
3.1.301
88
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9-
GOVERSION: 1.20.1
9+
GOVERSION: 1.21.x
1010
JAVAVERSION: "11"
1111
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
1212
NODEVERSION: 16.x
@@ -46,7 +46,7 @@ jobs:
4646
with:
4747
cache-dependency-path: |
4848
sdk/go.sum
49-
go-version: 1.20.1
49+
go-version: 1.21.x
5050
- name: Install pulumictl
5151
uses: jaxxstorm/action-install-gh-release@v1.5.0
5252
with:
@@ -156,7 +156,7 @@ jobs:
156156
with:
157157
cache-dependency-path: |
158158
sdk/go.sum
159-
go-version: 1.20.1
159+
go-version: 1.21.x
160160
- name: Install pulumictl
161161
uses: jaxxstorm/action-install-gh-release@v1.5.0
162162
with:
@@ -189,7 +189,7 @@ jobs:
189189
with:
190190
cache-dependency-path: |
191191
sdk/go.sum
192-
go-version: 1.20.1
192+
go-version: 1.21.x
193193
- name: Install pulumictl
194194
uses: jaxxstorm/action-install-gh-release@v1.5.0
195195
with:
@@ -257,7 +257,7 @@ jobs:
257257
with:
258258
cache-dependency-path: |
259259
sdk/go.sum
260-
go-version: 1.20.1
260+
go-version: 1.21.x
261261
- name: Install pulumictl
262262
uses: jaxxstorm/action-install-gh-release@v1.5.0
263263
with:
@@ -342,7 +342,7 @@ jobs:
342342
with:
343343
cache-dependency-path: |
344344
sdk/go.sum
345-
go-version: 1.20.1
345+
go-version: 1.21.x
346346
- name: Install pulumictl
347347
uses: jaxxstorm/action-install-gh-release@v1.5.0
348348
with:

.github/workflows/resync-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ env:
88
6.0.x
99
3.1.301
1010
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
11-
GOVERSION: 1.20.1
11+
GOVERSION: 1.21.x
1212
JAVAVERSION: "11"
1313
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
1414
NODEVERSION: 16.x
@@ -50,7 +50,7 @@ jobs:
5050
with:
5151
cache-dependency-path: |
5252
sdk/go.sum
53-
go-version: 1.20.1
53+
go-version: 1.21.x
5454
- name: Install pulumictl
5555
uses: jaxxstorm/action-install-gh-release@v1.5.0
5656
with:

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ env:
77
6.0.x
88
3.1.301
99
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
10-
GOVERSION: 1.20.1
10+
GOVERSION: 1.21.x
1111
JAVAVERSION: "11"
1212
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
1313
NODEVERSION: 16.x
@@ -51,7 +51,7 @@ jobs:
5151
with:
5252
cache-dependency-path: |
5353
sdk/go.sum
54-
go-version: 1.20.1
54+
go-version: 1.21.x
5555
- name: Install pulumictl
5656
uses: jaxxstorm/action-install-gh-release@v1.5.0
5757
with:
@@ -167,7 +167,7 @@ jobs:
167167
with:
168168
cache-dependency-path: |
169169
sdk/go.sum
170-
go-version: 1.20.1
170+
go-version: 1.21.x
171171
- name: Install pulumictl
172172
uses: jaxxstorm/action-install-gh-release@v1.5.0
173173
with:
@@ -204,7 +204,7 @@ jobs:
204204
with:
205205
cache-dependency-path: |
206206
sdk/go.sum
207-
go-version: 1.20.1
207+
go-version: 1.21.x
208208
- name: Install pulumictl
209209
uses: jaxxstorm/action-install-gh-release@v1.5.0
210210
with:
@@ -296,7 +296,7 @@ jobs:
296296
with:
297297
cache-dependency-path: |
298298
sdk/go.sum
299-
go-version: 1.20.1
299+
go-version: 1.21.x
300300
- name: Install pulumictl
301301
uses: jaxxstorm/action-install-gh-release@v1.5.0
302302
with:

.github/workflows/update-bridge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
cache-dependency-path: |
2020
sdk/go.sum
21-
go-version: 1.20.1
21+
go-version: 1.21.x
2222
- name: Install pulumictl
2323
uses: jaxxstorm/action-install-gh-release@v1.5.0
2424
with:

examples/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/pulumi/pulumi-postgresql/examples/v3
22

3-
go 1.20
3+
go 1.21
44

55
require github.com/pulumi/pulumi/pkg/v3 v3.75.0
66

0 commit comments

Comments
 (0)