Skip to content

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

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

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

Workflow file for this run

name: Lint
on:
push:
tags:
- v*
branches:
- master
pull_request:
jobs:
golangci:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.49.0