Skip to content

feat: add coep, corp, x-dns-prefetch-control, x-permitted-cross-doman-policies #70

feat: add coep, corp, x-dns-prefetch-control, x-permitted-cross-doman-policies

feat: add coep, corp, x-dns-prefetch-control, x-permitted-cross-doman-policies #70

Workflow file for this run

on:
push:
branches:
- master
- v1
pull_request:
branches:
- "**"
name: Tests
jobs:
tests:
strategy:
matrix:
go-version: [1.18.x, 1.19.x, 1.20.x, 1.21.x, 1.22.x, 1.23.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- run: make ci