Skip to content

fix(deps): update module github.com/stretchr/testify to v1.12.0 #64

fix(deps): update module github.com/stretchr/testify to v1.12.0

fix(deps): update module github.com/stretchr/testify to v1.12.0 #64

Workflow file for this run

---
name: build-and-test
"on":
push:
branches:
- main
pull_request:
jobs:
build-and-test:
name: build-and-test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: Set up Go
uses: actions/setup-go@v7
with:
go-version: 1.26
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v7
with:
go-version: 1.26
- uses: actions/checkout@v7
- name: golangci-lint
uses: golangci/golangci-lint-action@v9