Skip to content

chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#53) #7

chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#53)

chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#53) #7

Workflow file for this run

name: 'go-mod-tidy'
on:
push:
branches:
- 'master'
paths:
- 'go.mod'
- 'go.sum'
jobs:
fix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/[email protected]
with:
go-version: 1.18
- name: tidy
uses: paulvollmer/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}