Skip to content

fix go-test GH action #2

fix go-test GH action

fix go-test GH action #2

Workflow file for this run

name: Go lint
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.24'
check-latest: true
- name: golangci-lint
uses: golangci/golangci-lint-action@v7
with:
version: v2.0