Skip to content

feat(repo-server): Declare custom trust certs for repo-server and plugins #5075

feat(repo-server): Declare custom trust certs for repo-server and plugins

feat(repo-server): Declare custom trust certs for repo-server and plugins #5075

Workflow file for this run

name: Go
on:
push:
branches:
- 'master'
- 'release-*'
- 'rhos-*'
pull_request:
paths-ignore:
- "docs/**"
branches:
- 'master'
- 'release-*'
- 'rhos-*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version-file: 'go.mod'
- name: Build
run: make build
- name: Test
run: make test