Skip to content
This repository was archived by the owner on Dec 19, 2025. It is now read-only.

fix: go version

fix: go version #35

Workflow file for this run

name: lint
on:
push:
permissions:
contents: read
jobs:
golangci:
name: golines lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-go@v5
with:
go-version: "1.24"
cache: false
- name: run golangci-lint
uses: golangci/golangci-lint-action@v8
with:
version: latest
install-mode: binary
skip-cache: true