Skip to content

Bump golang.org/x/crypto from 0.7.0 to 0.27.0 #462

Bump golang.org/x/crypto from 0.7.0 to 0.27.0

Bump golang.org/x/crypto from 0.7.0 to 0.27.0 #462

Workflow file for this run

name: SimLabeled
on:
pull_request:
types: [ labeled ]
jobs:
cleanup-runs:
runs-on: ubuntu-latest
steps:
- uses: rokroskar/workflow-run-cleanup-action@master
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
# if: "!startsWith(github.ref, 'refs/tags/') && github.ref != 'refs/heads/main'"
newbuild:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
go-version: 1.19
- name: Install runsim
run: go install github.com/cosmos/tools/cmd/[email protected]
- uses: actions/cache@v3
with:
path: ~/go/bin
key: ${{ runner.os }}-go-runsim-binary
test-sim-nondeterminism-labeled:
if: ${{ github.event.label.name == 'sim' }}
runs-on: ubuntu-latest
needs: newbuild
steps:
- uses: actions/checkout@v3
- uses: actions/[email protected]
with:
go-version: 1.19
- uses: actions/cache@v3
with:
path: ~/go/bin
key: ${{ runner.os }}-go-runsim-binary
- name: test nondeterminism
run: |
make test-sim-nondeterminism