Skip to content

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

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

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

Workflow file for this run

name: autofix.ci
on:
pull_request:
branches:
- master
permissions:
contents: read
jobs:
gofmt:
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"
- run: gofmt -w -s .
- uses: autofix-ci/action@2891949f3779a1cafafae1523058501de3d4e944