Skip to content

chore: go mod 1.21 and tidy #329

chore: go mod 1.21 and tidy

chore: go mod 1.21 and tidy #329

Workflow file for this run

name: Run golangci-lint
on:
push:
tags:
- v*
branches:
- master
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
args: --timeout=5m