Skip to content

config: apply default frontingsnis without a country code; preserve baked-in SNI #37

config: apply default frontingsnis without a country code; preserve baked-in SNI

config: apply default frontingsnis without a country code; preserve baked-in SNI #37

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: ['1.24']
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: Build
run: go build ./...
- name: Test
run: go test -race -count=1 -timeout 60s ./...