Skip to content

feat: Support for exports in services #5443

feat: Support for exports in services

feat: Support for exports in services #5443

Workflow file for this run

name: Test PR
on:
pull_request:
permissions:
contents: read
jobs:
lint:
uses: ./.github/workflows/lint.yml
test_linux:
name: Test Linux
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
persist-credentials: false
- name: Set up Go
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
with:
go-version-file: go.mod
cache: false
- run: make GO_TAGS="nodocker,slicelabels" test