Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 #32

Bump github.com/stretchr/testify from 1.8.4 to 1.9.0

Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 #32

Workflow file for this run

name: lint
on: [push]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '1.20'
check-latest: true
- uses: golangci/golangci-lint-action@v3
with:
version: v1.54.2