Skip to content

Fix RequireCrossOriginAnonymous when crossorigin attr is allowed #182

Fix RequireCrossOriginAnonymous when crossorigin attr is allowed

Fix RequireCrossOriginAnonymous when crossorigin attr is allowed #182

Workflow file for this run

on: [push, pull_request]
permissions:
contents: read
name: Test
jobs:
test:
strategy:
fail-fast: false
matrix:
go: [1.19.x, 1.x]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Install Go ${{ matrix.go }}
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Test
run: go test -v -race ./...