Skip to content

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

chore(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.4

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

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.19
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@07db5389c99593f11ad7b44463c2d4233066a9b1
with:
version: v1.50
args: --timeout=3m