Skip to content

Commit

Permalink
Bump finkctl to v1.1.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
fjammes committed Oct 3, 2023
1 parent 78403ba commit 8b4cd36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/itest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ on:
required: true

env:
FINKCTL_VERSION: v1.1.0-rc1
MINIMAL: ${{ inputs.minimal }}
NOSCIENCE: ${{ inputs.noscience }}
# Override the self-hosted runner value
Expand Down Expand Up @@ -126,7 +127,7 @@ jobs:
with:
go-version: '1.19.2'
- name: Install finkctl
run: go install github.com/astrolabsoftware/finkctl@v1.0.0
run: go install github.com/astrolabsoftware/finkctl@"${{ env.FINKCTL_VERSION }}"
- name: Run fink-alert-simulator
run: |
"${{ env.FINK_ALERT_SIMULATOR_DIR }}"/argo-submit.sh
Expand Down

0 comments on commit 8b4cd36

Please sign in to comment.