Skip to content

feat: add a v1 and v2 handler to the proxy for different config cdn urls #49

feat: add a v1 and v2 handler to the proxy for different config cdn urls

feat: add a v1 and v2 handler to the proxy for different config cdn urls #49

Workflow file for this run

name: Test
on:
pull_request:
jobs:
test:
name: "Unit Tests"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.20'
- name: Test
run: go test -v -race ./...
docker:
name: "Docker Build"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: |
docker build -t local_bucketing_proxy .
docker run --rm local_bucketing_proxy --help