Skip to content

Bump golang.org/x/net from 0.17.0 to 0.23.0 #426

Bump golang.org/x/net from 0.17.0 to 0.23.0

Bump golang.org/x/net from 0.17.0 to 0.23.0 #426

Workflow file for this run

name: spec-prod
on:
pull_request:
paths-ignore:
- "go/**"
- "js/**"
push:
branches: [main]
paths-ignore:
- "go/**"
- "js/**"
jobs:
main:
name: Build, Validate and Deploy
runs-on: ubuntu-latest
strategy:
max-parallel: 1
matrix:
include:
- source: loading.bs
- source: subresource-loading.bs
steps:
- uses: actions/checkout@v2
- uses: w3c/spec-prod@v2
with:
GH_PAGES_BRANCH: gh-pages
TOOLCHAIN: bikeshed
SOURCE: ${{ matrix.source }}
BUILD_FAIL_ON: warning