Skip to content

fix: arm64 images

fix: arm64 images #630

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches: ["main"]
pull_request:
branches: ["main"]
permissions:
contents: read
jobs:
golangci:
name: lint
# no need to run if dependabot is the author
if: github.actor != 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: "stable"
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/[email protected]
with:
version: latest
args: --timeout 3m