Skip to content

fix: version file update and commit during release #57

fix: version file update and commit during release

fix: version file update and commit during release #57

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