Skip to content

Fix 154: adding a finalizer to the tunnel's associated secret #58

Fix 154: adding a finalizer to the tunnel's associated secret

Fix 154: adding a finalizer to the tunnel's associated secret #58

Workflow file for this run

name: lint
on:
push:
branches:
- "main"
pull_request:
workflow_dispatch:
permissions:
contents: read
pull-requests: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go 1.24
uses: actions/setup-go@v5
with:
go-version: 1.24
- name: Lint
uses: golangci/golangci-lint-action@v7
with:
only-new-issues: true
version: v2.1.5