Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

fix mapping

fix mapping #61

Workflow file for this run

name: Lint
on: [push]
jobs:
golangci:
name: Linter
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: stable
- name: Lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.58