Skip to content

build: fix build go version (#68) #6

build: fix build go version (#68)

build: fix build go version (#68) #6

Workflow file for this run

name: Lint
on:
push:
paths:
- "**.go"
- go.mod
- go.sum
pull_request:
paths:
- "**.go"
- go.mod
- go.sum
jobs:
checks:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
- name: Run linter
uses: golangci/golangci-lint-action@v6
with:
version: v1.60