Skip to content

chore(deps): bump actions/checkout from 4.1.1 to 4.1.5 #377

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

chore(deps): bump actions/checkout from 4.1.1 to 4.1.5 #377

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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # pin@v4.1.5
- name: Setup Go
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # pin@5.0.1
with:
go-version: "1.21"
- name: golangci-lint
uses: golangci/golangci-lint-action@3cfe3a4abbb849e10058ce4af15d205b6da42804 #pin@4.0.0
with:
version: v1.55