Skip to content

Bump golang.org/x/crypto from 0.22.0 to 0.31.0 in the go_modules group #102

Bump golang.org/x/crypto from 0.22.0 to 0.31.0 in the go_modules group

Bump golang.org/x/crypto from 0.22.0 to 0.31.0 in the go_modules group #102

Workflow file for this run

name: unit-tests
on:
push:
branches:
- master
pull_request:
jobs:
Test:
name: Run Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: "1.21"
# needed otherwise the foundry image is not found
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
- name: Test
run: make test