Skip to content
This repository was archived by the owner on Feb 8, 2026. It is now read-only.

chore: align workflows with Go 1.25 #248

chore: align workflows with Go 1.25

chore: align workflows with Go 1.25 #248

Workflow file for this run

on:
push:
branches:
- master
- main
pull_request:
name: Linter
jobs:
Golint:
runs-on: ubuntu-latest
steps:
- name: Fetch Repository
uses: actions/checkout@v4
- name: Run Golint
uses: reviewdog/action-golangci-lint@v2
with:
golangci_lint_flags: "--tests=false"