Skip to content

chore: Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#14) #36

chore: Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#14)

chore: Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#14) #36

Workflow file for this run

name: Release
on:
push:
branches:
- 'main'
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v4
with:
fetch-depth: '0'
- name: Use Go
uses: actions/setup-go@v5
with:
go-version-file: ./go.mod
- name: Run QA
run: |
make qa