Skip to content

chore(deps): bump actions/checkout from 4.1.1 to 4.1.4 #334

chore(deps): bump actions/checkout from 4.1.1 to 4.1.4

chore(deps): bump actions/checkout from 4.1.1 to 4.1.4 #334

Workflow file for this run

name: golangci-lint
on:
push:
pull_request:
jobs:
golangci:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # pin@v4.1.4
- name: Setup Go
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # pin@5.0.0
with:
go-version: "1.21"
- name: golangci-lint
uses: golangci/golangci-lint-action@3cfe3a4abbb849e10058ce4af15d205b6da42804 #pin@4.0.0
with:
version: v1.55