Build(deps): Bump github.com/libp2p/go-libp2p from 0.27.1 to 0.27.8 in /tools/integration-tests/tester #2376
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: GoReleaser dryrun | |
on: | |
pull_request: | |
paths-ignore: | |
- 'docs/**' | |
jobs: | |
goreleaser: | |
name: GoReleaser dryrun | |
runs-on: | |
- ubuntu-latest | |
container: | |
image: iotaledger/goreleaser-cgo-cross-compiler:1.20.1 | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
- run: git config --system --add safe.directory /__w/goshimmer/goshimmer | |
- name: Create fake config.json and snapshot.bin | |
run: touch config.json snapshot.bin | |
- name: Run GoReleaser | |
run: goreleaser --snapshot --clean | |
shell: bash |