Skip to content

Update to latest fasthash dep (#130) #14

Update to latest fasthash dep (#130)

Update to latest fasthash dep (#130) #14

Workflow file for this run

---
name: golangci-lint
"on":
push:
tags:
- v*
branches: [main]
paths:
- '**.go'
- .golangci.yml
- .github/workflows/golangci-lint.yml
jobs:
lint:
name: lint
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/setup-go@v4
with:
go-version: '>=1.20'
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3.1.0
with:
version: v1.53