Skip to content

List EndpointSlices only from the Service namespace to build endpoint… #89

List EndpointSlices only from the Service namespace to build endpoint…

List EndpointSlices only from the Service namespace to build endpoint… #89

Workflow file for this run

name: Go
on:
push:
jobs:
mod:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
cache: true
- name: Tidy modules
run: go mod tidy
- name: Check for changes
run: git add . && git diff --staged --exit-code