Skip to content

chore(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 #123

chore(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0

chore(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 #123

Workflow file for this run

name: squealer build
on:
push:
branches:
- master
pull_request:
jobs:
build:
name: building squealer
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
stable: 'false'
go-version: '1.20.0' # The Go version to download (if necessary) and use.
- run: go version
- name: Lint
run: make quality
- name: Run test
run: make test