Skip to content

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

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

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

Workflow file for this run

name: golangci-lint
on:
workflow_dispatch:
push:
branches: [ main ]
pull_request:
branches: [ main ]
permissions:
contents: read
jobs:
golangci:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1'
check-latest: true
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
# Use latest version of golangci-lint
version: latest