Skip to content

Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 #102

Bump github.com/stretchr/testify from 1.9.0 to 1.10.0

Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 #102

Workflow file for this run

name: Warrant Go
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 2
- name: Setup Go Env
uses: actions/setup-go@v4
with:
go-version: "^1.22.0"
- name: Verify
run: go mod verify
- name: Build
run: go build