Skip to content

chore: bump dependencies, fix tests, and resolve golangci-lint errors #2

chore: bump dependencies, fix tests, and resolve golangci-lint errors

chore: bump dependencies, fix tests, and resolve golangci-lint errors #2

Workflow file for this run

on:
push:
branches:
- main
pull_request:
name: Lint
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/[email protected]
with:
version: v1.61.0