Skip to content

Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 #362

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

Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 #362

Workflow file for this run

name: "Lint code"
on:
push:
branches:
- main
- releases/*
pull_request:
branches:
- main
- releases/*
jobs:
lint:
runs-on: ubuntu-20.04
steps:
- uses: actions/[email protected]
with:
go-version: 1.21
- uses: actions/[email protected]
- name: "Lint the code"
run: make lint
- name: "Verify generate"
run: ./hack/verify-generate.sh
- name: "Verify go clean"
run: ./hack/verify-go-clean.sh