Skip to content

bump manifest to 0.15.1 (#278) #550

bump manifest to 0.15.1 (#278)

bump manifest to 0.15.1 (#278) #550

Workflow file for this run

name: Lint
on:
push:
tags:
- v*
branches:
- master
- main
pull_request:
merge_group:
permissions:
contents: read
pull-requests: read
env:
GO_VERSION: '1.22'
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
- uses: golangci/golangci-lint-action@v6
with:
version: v1.61.0
skip-cache: true
args: --timeout 10m --verbose