Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Cha <Alan.cha1@ibm.com>
  • Loading branch information
Alan-Cha committed Aug 24, 2023
1 parent f342be0 commit 0cecf2f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/releaseassets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install Iter8
run: GOBIN=/usr/local/bin go install github.com/iter8-tools/iter8@v0.15
run: GOBIN=/usr/local/bin go install github.com/iter8-tools/iter8@v0.16
- name: Start kind cluster
uses: helm/kind-action@v1.5.0
with:
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install Iter8
run: GOBIN=/usr/local/bin go install github.com/iter8-tools/iter8@v0.15
run: GOBIN=/usr/local/bin go install github.com/iter8-tools/iter8@v0.16
- name: Start kind cluster
uses: helm/kind-action@v1.5.0
with:
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install Iter8
run: GOBIN=/usr/local/bin go install github.com/iter8-tools/iter8@v0.15
run: GOBIN=/usr/local/bin go install github.com/iter8-tools/iter8@v0.16
- name: Start kind cluster
uses: helm/kind-action@v1.5.0
with:
Expand Down Expand Up @@ -211,7 +211,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install Iter8
run: GOBIN=/usr/local/bin go install github.com/iter8-tools/iter8@v0.15
run: GOBIN=/usr/local/bin go install github.com/iter8-tools/iter8@v0.16
- name: Start kind cluster
uses: helm/kind-action@v1.5.0
with:
Expand Down Expand Up @@ -243,7 +243,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install Iter8
run: GOBIN=/usr/local/bin go install github.com/iter8-tools/iter8@v0.15
run: GOBIN=/usr/local/bin go install github.com/iter8-tools/iter8@v0.16
- name: Start kind cluster
uses: helm/kind-action@v1.5.0
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/releasecharts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
files: charts/iter8

- name: Install Iter8
run: GOBIN=/usr/local/bin go install github.com/iter8-tools/iter8@v0.15
run: GOBIN=/usr/local/bin go install github.com/iter8-tools/iter8@v0.16

- name: Start kind cluster
uses: helm/kind-action@v1.5.0
Expand Down Expand Up @@ -221,7 +221,7 @@ jobs:
files: charts/iter8

- name: Install Iter8
run: GOBIN=/usr/local/bin go install github.com/iter8-tools/iter8@v0.15
run: GOBIN=/usr/local/bin go install github.com/iter8-tools/iter8@v0.16

- name: Start kind cluster
uses: helm/kind-action@v1.5.0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/testcharts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
files: charts/iter8

- name: Install Iter8
run: GOBIN=/usr/local/bin go install github.com/iter8-tools/iter8@v0.15
run: GOBIN=/usr/local/bin go install github.com/iter8-tools/iter8@v0.16
if: steps.modified-files.outputs.any_modified == 'true'

- name: Start kind cluster ${{ matrix.version }}
Expand Down Expand Up @@ -262,7 +262,7 @@ jobs:
files: charts/iter8

- name: Install Iter8
run: GOBIN=/usr/local/bin go install github.com/iter8-tools/iter8@v0.15
run: GOBIN=/usr/local/bin go install github.com/iter8-tools/iter8@v0.16
if: steps.modified-files.outputs.any_modified == 'true'

- name: Start kind cluster ${{ matrix.version }}
Expand Down

0 comments on commit 0cecf2f

Please sign in to comment.