Skip to content

Upgrade: bump github.com/stretchr/testify from 1.9.0 to 1.10.0 #47

Upgrade: bump github.com/stretchr/testify from 1.9.0 to 1.10.0

Upgrade: bump github.com/stretchr/testify from 1.9.0 to 1.10.0 #47

Workflow file for this run

name: ci
on: pull_request
jobs:
revive:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- uses: docker://morphy/revive-action:v2
- run: go test -v ./...
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- uses: goreleaser/goreleaser-action@v6
with:
version: latest
args: build --clean --single-target --snapshot