Skip to content

chore: make the hash map more general #231

chore: make the hash map more general

chore: make the hash map more general #231

Workflow file for this run

name: Lint
on: [push]
jobs:
lint:
strategy:
matrix:
go-version: [1.19.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.61.0
args: --timeout=4m -v --out-${NO_FUTURE}format colored-line-number