Skip to content

build(deps): Bump github.com/openziti/ziti from 1.1.2 to 1.1.3 #311

build(deps): Bump github.com/openziti/ziti from 1.1.2 to 1.1.3

build(deps): Bump github.com/openziti/ziti from 1.1.2 to 1.1.3 #311

Workflow file for this run

name: golangci-lint
on:
push:
paths:
- "go.sum"
- "go.mod"
- "**.go"
- ".github/workflows/golangci-lint.yml"
- ".golangci.yml"
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: install Go
uses: actions/setup-go@v5
with:
go-version: 1.22.x
- name: Lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.58.0
args: --timeout=5m