Skip to content

fix(nginx): blocking strategy correctly supports groups #440

fix(nginx): blocking strategy correctly supports groups

fix(nginx): blocking strategy correctly supports groups #440

Workflow file for this run

name: Build
on:
push:
branches:
- main
- beta
pull_request:
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.21
uses: actions/setup-go@v5
with:
go-version: ^1.21
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Build
run: go build -v .
- name: Test
run: go test -v ./...