Skip to content

Merge pull request #1846 from thomasferrandiz/fix-riscv64-release #611

Merge pull request #1846 from thomasferrandiz/fix-riscv64-release

Merge pull request #1846 from thomasferrandiz/fix-riscv64-release #611

name: run golangci-lint
on: [push, pull_request]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: "1.20"
cache: false
- name: golangci-lint
uses: golangci/[email protected]
with:
version: v1.54
args: "--out-${NO_FUTURE}format colored-line-number --skip-dirs='backend/udp' --timeout=5m"