Skip to content

chore(deps): bump chainguard/static from 2657e66 to a2f525d (#27) #31

chore(deps): bump chainguard/static from 2657e66 to a2f525d (#27)

chore(deps): bump chainguard/static from 2657e66 to a2f525d (#27) #31

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
permissions:
contents: read
jobs:
golangci:
permissions:
contents: read
pull-requests: read
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.21.5
cache: true
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
args: --timeout=5m
version: v1.55.2