Skip to content

chore: retract v1.13.14-0.1.0-rc.1 (#81) #215

chore: retract v1.13.14-0.1.0-rc.1 (#81)

chore: retract v1.13.14-0.1.0-rc.1 (#81) #215

Workflow file for this run

name: golangci-lint
on:
push:
branches: [ main, 'release/**' ]
pull_request:
branches: [ main, 'release/**' ]
workflow_dispatch:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: stable
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.60