Skip to content

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

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

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

Workflow file for this run

name: ci
on:
push:
branches:
- main
pull_request:
branches:
- "*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: "1.23"
- name: Check out code
uses: actions/checkout@v4
- name: Build
run: go build -v ./...
test:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: "1.23"
- name: Check out code
uses: actions/checkout@v4
- name: Tests
run: go test -race ./...