Skip to content

Update module github.com/stretchr/testify to v1.9.0 (#120) #272

Update module github.com/stretchr/testify to v1.9.0 (#120)

Update module github.com/stretchr/testify to v1.9.0 (#120) #272

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
permissions:
contents: read
jobs:
validate:
name: validate
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: 1.19
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with:
version: v1.49
- name: test
run: make test