Skip to content

🌱 Bump actions/dependency-review-action from 3.0.3 to 3.0.4 … #1121

🌱 Bump actions/dependency-review-action from 3.0.3 to 3.0.4 …

🌱 Bump actions/dependency-review-action from 3.0.3 to 3.0.4 … #1121

Workflow file for this run

name: golangci-lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
permissions: read-all
jobs:
lint:
name: Run golangci lint
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest ]
steps:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c #v2.4.0
- uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 #v2.1.5
with:
go-version: '1.18'
- uses: golangci/golangci-lint-action@08e2f20817b15149a52b5b3ebe7de50aff2ba8c5
with:
only-new-issues: true