Skip to content

Commit

Permalink
chore(deps): bump protocol/multiple-go-modules from 1.2 to 1.4 (#9978)
Browse files Browse the repository at this point in the history
Bumps [protocol/multiple-go-modules](https://github.com/protocol/multiple-go-modules) from 1.2 to 1.4.
- [Release notes](https://github.com/protocol/multiple-go-modules/releases)
- [Commits](protocol/multiple-go-modules@v1.2...v1.4)

---
updated-dependencies:
- dependency-name: protocol/multiple-go-modules
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Piotr Galar <[email protected]>
  • Loading branch information
dependabot[bot] and galargh authored Sep 5, 2023
1 parent d8bcc4a commit 666fc9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/golang-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
go-version: "1.20.x"
- name: Check that go.mod is tidy
uses: protocol/multiple-go-modules@v1.2
uses: protocol/multiple-go-modules@v1.4
with:
run: |
go mod tidy
Expand All @@ -49,6 +49,6 @@ jobs:
fi
- name: go vet
if: always() # run this step even if the previous one failed
uses: protocol/multiple-go-modules@v1.2
uses: protocol/multiple-go-modules@v1.4
with:
run: go vet ./...

0 comments on commit 666fc9f

Please sign in to comment.