Skip to content

fixed ci

fixed ci #27

Workflow file for this run

name: Go Linter
on:
push:
branches-ignore:
- none
tags-ignore:
- '*'
paths:
- '**.go'
- 'go.mod'
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.22'
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with:
version: v1.57.2