@cryptotaxi247 / kubo / commits / 666fc9f92

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>

dependabot[bot] committed Sep 5, 2023 at 08:45 UTC 666fc9f924efc1ace5e1b99e2506007d67b86353
1 file changed +2 -2
.github/workflows/golang-analysis.yml
+2 -2
@@ -29,7 +29,7 @@ jobs:
29 with:
30 go-version: "1.20.x"
31 - name: Check that go.mod is tidy
32 - uses: protocol/multiple-go-modules@v1.2
32 + uses: protocol/multiple-go-modules@v1.4
33 with:
34 run: |
35 go mod tidy
@@ -49,6 +49,6 @@ jobs:
49 fi
50 - name: go vet
51 if: always() # run this step even if the previous one failed
52 - uses: protocol/multiple-go-modules@v1.2
52 + uses: protocol/multiple-go-modules@v1.4
53 with:
54 run: go vet ./...