Skip to content

Commit

Permalink
add task has-latest-opslevel-dependencies to release workflow, update…
Browse files Browse the repository at this point in the history
… versions (#284)
  • Loading branch information
davidbloss authored Mar 18, 2024
1 parent daa186a commit 4f8a774
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,13 @@ jobs:
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.GPG_PASSPHRASE }}
- name: Install Task
uses: arduino/setup-task@v2
with:
version: 3.x
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Verify release has latest OpsLevel dependencies
run: task has-latest-opslevel-dependencies
- name: Ensure Changelog
run: |
git config user.name "OpsLevel Bots"
Expand Down
2 changes: 1 addition & 1 deletion src/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/google/go-cmp v0.6.0
github.com/opslevel/opslevel-go/v2024 v2024.3.15
github.com/opslevel/opslevel-jq-parser/v2024 v2024.3.15
github.com/opslevel/opslevel-k8s-controller/v2024 v2024.2.26
github.com/opslevel/opslevel-k8s-controller/v2024 v2024.3.18
github.com/rocktavious/autopilot/v2023 v2023.12.7
github.com/rs/zerolog v1.32.0
github.com/spf13/cobra v1.8.0
Expand Down
4 changes: 2 additions & 2 deletions src/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ github.com/opslevel/opslevel-go/v2024 v2024.3.15 h1:6pNsCUz1nLnur9oC/GWpwI9N9tgs
github.com/opslevel/opslevel-go/v2024 v2024.3.15/go.mod h1:Z7+bF+4tqxrll3EOacPOOBGa5+hAq4+Ot0jmG97jm8c=
github.com/opslevel/opslevel-jq-parser/v2024 v2024.3.15 h1:RnwgNvq/oqC3AceWHRGodLO7KZ3NkLsOY2QuvPVeSt4=
github.com/opslevel/opslevel-jq-parser/v2024 v2024.3.15/go.mod h1:gWeeT4eu8uGEGiu5TNPWFen6leTxZ4r3GOilwtSiaYs=
github.com/opslevel/opslevel-k8s-controller/v2024 v2024.2.26 h1:AiTfUvYt3goHsPXq0ml+f/vHazSflTAhGgjVJU3cfJw=
github.com/opslevel/opslevel-k8s-controller/v2024 v2024.2.26/go.mod h1:FHo2Y2URxj+mLlSDizSoT4FDDskVf6azCSlYXmosEcw=
github.com/opslevel/opslevel-k8s-controller/v2024 v2024.3.18 h1:ht1mSNNyawdNu9rbuHY3IJ3vPvXxs7XAHRqPkStdwN4=
github.com/opslevel/opslevel-k8s-controller/v2024 v2024.3.18/go.mod h1:KwN2cihSSGtSZvKiVWV3qlLUoMwBFo94YDiyMVUEiaE=
github.com/pelletier/go-toml/v2 v2.1.1 h1:LWAJwfNvjQZCFIDKWYQaM62NcYeYViCmWIwmOStowAI=
github.com/pelletier/go-toml/v2 v2.1.1/go.mod h1:tJU2Z3ZkXwnxa4DPO899bsyIoywizdUvyaeZurnPPDc=
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
Expand Down

0 comments on commit 4f8a774

Please sign in to comment.