build(deps): bump filippo.io/edwards25519 from 1.1.0 to 1.1.1 #277
This file contains hidden or 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: dry-run-goreleaser | |
| on: | |
| pull_request: | |
| push: | |
| branches: | |
| - master | |
| jobs: | |
| dry-run-goreleaser: | |
| runs-on: ubuntu-cpu16-ram64 | |
| environment: release | |
| steps: | |
| - uses: actions/checkout@v4 | |
| with: | |
| submodules: true | |
| - name: Set up Go | |
| uses: actions/setup-go@v5 | |
| with: | |
| go-version: '1.23.10' | |
| check-latest: true | |
| - name: Pull LFS files | |
| run: git lfs pull | |
| - name: release dry run | |
| run: make release-dry-run |