Skip to content

Commit

Permalink
Bump github.com/marwan-at-work/mod/cmd/mod to v0.4.2 (#417)
Browse files Browse the repository at this point in the history
* Bump github.com/marwan-at-work/mod/cmd/mod to v0.4.2

See: https://github.com/giantswarm/app-operator/runs/6792943187?check_suite_focus=true
See: marwan-at-work/mod#14

* Update CHANGELOG.md

* Bump dependencies to solve security issues

* Bump some dependencies to solve issues and ignore some reports for now

* Format go.mod
  • Loading branch information
uvegla authored Jun 8, 2022
1 parent 375a6d2 commit df8a132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/create_release_pr.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
- name: Bump go module defined in go.mod if needed
run: |
if [ "${{ needs.gather_facts.outputs.is_major }}" = true ] && test -f "go.mod"; then
go install github.com/marwan-at-work/mod/cmd/mod@v0.4.1
go install github.com/marwan-at-work/mod/cmd/mod@v0.4.2
mod upgrade
fi
- name: Create release commit
Expand Down

0 comments on commit df8a132

Please sign in to comment.