Skip to content

chore(deps): bump github.com/stretchr/testify from 1.6.1 to 1.10.0 (#12) #32

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

chore(deps): bump github.com/stretchr/testify from 1.6.1 to 1.10.0 (#12) #32

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.62.2
- name: Test
run: go test ./...