mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-10 18:57:57 +08:00
chore(deps): bump protocol/multiple-go-modules from 1.2 to 1.4 (#9978)
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](https://github.com/protocol/multiple-go-modules/compare/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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Piotr Galar <piotr.galar@gmail.com>
This commit is contained in:
parent
d8bcc4a7f2
commit
666fc9f924
4
.github/workflows/golang-analysis.yml
vendored
4
.github/workflows/golang-analysis.yml
vendored
@ -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
|
||||
@ -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 ./...
|
||||
|
||||
Loading…
Reference in New Issue
Block a user