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

chore(deps): bump golangci/golangci-lint-action from 5.1.0 to 5.3.0 #154

chore(deps): bump golangci/golangci-lint-action from 5.1.0 to 5.3.0

chore(deps): bump golangci/golangci-lint-action from 5.1.0 to 5.3.0 #154

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.20'
- name: golangci-lint
uses: golangci/[email protected]