Skip to content

Commit b3f453f

Browse files
committed
Merge branch 'version/0-43-0-RC1' into mitchell/dx-2194
2 parents 206131d + f66597c commit b3f453f

File tree

293 files changed

+4112
-6203
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

293 files changed

+4112
-6203
lines changed

.github/deps/Linux/.state_install_root

Whitespace-only changes.

.github/deps/Linux/bin/state

-10.3 MB
Binary file not shown.

.github/deps/Linux/bin/state-svc

-8.62 MB
Binary file not shown.

.github/deps/Windows/.state_install_root

Whitespace-only changes.
-7.82 MB
Binary file not shown.

.github/deps/Windows/bin/state.exe

-9.4 MB
Binary file not shown.

.github/deps/macOS/.state_install_root

Whitespace-only changes.

.github/deps/macOS/bin/state

-10.8 MB
Binary file not shown.

.github/deps/macOS/bin/state-svc

-9.01 MB
Binary file not shown.

.github/workflows/build.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,10 @@ jobs:
7777
with:
7878
token: ${{ secrets.GITHUB_TOKEN }}
7979

80+
- # === Install State Tool ===
81+
name: Install State Tool
82+
uses: ActiveState/setup-state-tool@v1
83+
8084
- # === Setup ===
8185
name: Setup
8286
shell: bash
@@ -413,6 +417,10 @@ jobs:
413417
with:
414418
go-version: ${{ matrix.go-version }}
415419

420+
- # === Install State Tool ===
421+
name: Install State Tool
422+
uses: ActiveState/setup-state-tool@v1
423+
416424
- # === Setup ===
417425
name: Setup
418426
shell: bash
@@ -462,6 +470,11 @@ jobs:
462470
aws-region: ${{ env.AWS_REGION }}
463471
mask-aws-account-id: true
464472

473+
- # === Generate updated master versions.json if necessary ===
474+
name: Generate version list
475+
shell: bash
476+
run: state run generate-versions-list
477+
465478
- # === Deploy ===
466479
name: Deploy
467480
shell: bash

0 commit comments

Comments
 (0)