Skip to content

build(deps): bump actions/checkout from 3 to 4 #32

build(deps): bump actions/checkout from 3 to 4

build(deps): bump actions/checkout from 3 to 4 #32

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/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.41