Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Bump actions/checkout from 2 to 4 #804

Bump actions/checkout from 2 to 4

Bump actions/checkout from 2 to 4 #804

Workflow file for this run

# https://github.com/marketplace/actions/run-golangci-lint
name: golangci-lint
on: [push, pull_request]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v2
- name: golangci-lint
uses: golangci/[email protected]
with:
version: v1.45.2
args: --timeout=5m