Skip to content

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

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 #414

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- 'master'
pull_request:
types: [opened, synchronize]
branches:
- '*'
jobs:
golangci:
name: lint
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
check-latest: true
- name: golangci-lint
uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # [email protected]
with:
args: -v --timeout=5m
skip-build-cache: true
skip-pkg-cache: true