Skip to content

Commit

Permalink
Merge branch 'mitchell/dx-1637' into version/0-42-0-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchell-as committed Oct 3, 2023
2 parents 30a336c + f91e7c7 commit 77b6c3b
Show file tree
Hide file tree
Showing 13 changed files with 16 additions and 0 deletions.
Empty file.
Binary file removed .github/deps/Linux/bin/state
Binary file not shown.
Binary file removed .github/deps/Linux/bin/state-svc
Binary file not shown.
Empty file.
Binary file removed .github/deps/Windows/bin/state-svc.exe
Binary file not shown.
Binary file removed .github/deps/Windows/bin/state.exe
Binary file not shown.
Empty file.
Binary file removed .github/deps/macOS/bin/state
Binary file not shown.
Binary file removed .github/deps/macOS/bin/state-svc
Binary file not shown.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}

- # === Install State Tool ===
name: Install State Tool
uses: ActiveState/setup-state-tool@v1

- # === Setup ===
name: Setup
shell: bash
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/propagate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ jobs:
with:
go-version: ${{ matrix.go-version }}

- # === Install State Tool ===
name: Install State Tool
uses: ActiveState/setup-state-tool@v1

- # === Setup ===
name: Setup
shell: bash
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ jobs:
with:
go-version: ${{ matrix.go-version }}

- # === Install State Tool ===
name: Install State Tool
uses: ActiveState/setup-state-tool@v1

- # === Setup ===
name: Setup
shell: bash
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ jobs:
with:
go-version: '1.20.x'

- # === Install State Tool ===
name: Install State Tool
uses: ActiveState/setup-state-tool@v1

- # === Setup ===
name: Setup
shell: bash
Expand Down

0 comments on commit 77b6c3b

Please sign in to comment.