Skip to content

fix(ui): geoblocking unsaved indicator; geo config roundtrip tests #30

fix(ui): geoblocking unsaved indicator; geo config roundtrip tests

fix(ui): geoblocking unsaved indicator; geo config roundtrip tests #30

Workflow file for this run

name: Build Go binary
permissions:
contents: read
on:
push:
branches: [main]
paths:
- "**/*.go"
- "go.mod"
- "go.sum"
- ".github/workflows/build-go.yml"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache-dependency-path: go.sum
- name: Build
run: |
VERSION=$(git describe --tags --always --dirty 2>/dev/null || echo "0.0.0-dev")
go build -trimpath -ldflags "-s -w -X main.version=${VERSION}" -o evuproxy ./cmd/evuproxy