Skip to content

build(deps): bump actions/checkout from 4.0.0 to 4.1.0 #263

build(deps): bump actions/checkout from 4.0.0 to 4.1.0

build(deps): bump actions/checkout from 4.0.0 to 4.1.0 #263

Workflow file for this run

on: [push, pull_request]
name: lint
jobs:
lint:
strategy:
matrix:
go-version: [1.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/[email protected]
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.41