Skip to content

(#2096) Allow setting SRV domain using environment variable #17

(#2096) Allow setting SRV domain using environment variable

(#2096) Allow setting SRV domain using environment variable #17

Workflow file for this run

name: Unit Tests
on: [push, pull_request]
jobs:
test:
strategy:
matrix:
go: ["1.20", "1.21"]
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: ${{matrix.go}}
- name: Lint and Test
uses: choria-io/actions/lint_and_test/go@main
with:
ginkgo: "v2"