Skip to content

build: upgrade all CI actions to latest major versions #662

build: upgrade all CI actions to latest major versions

build: upgrade all CI actions to latest major versions #662

Workflow file for this run

name: Lint
on: [push]
jobs:
golangci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- uses: actions/setup-go@v6
with:
go-version: "1.20"
- name: golangci-lint
uses: golangci/golangci-lint-action@v9
with:
version: v2.1
args: --timeout=5m