Skip to content

fix: wrap empty privatelink gets into a 404 which can be handled prop… #772

fix: wrap empty privatelink gets into a 404 which can be handled prop…

fix: wrap empty privatelink gets into a 404 which can be handled prop… #772

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6.0.1
- name: Install Go
uses: actions/setup-go@v6.1.0
with:
go-version-file: go.mod
cache: true
- name: golangci-lint
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
with:
version: v2.7.2
- name: Build and Test
run: make