Skip to content

Bump golang.org/x/net from 0.19.0 to 0.23.0 #101

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

Bump golang.org/x/net from 0.19.0 to 0.23.0 #101

Workflow file for this run

name: "Validations"
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
permissions:
contents: read
env:
FORCE_COLOR: true
jobs:
Validations:
# Note: changing this job name requires making the same update in the .github/workflows/release.yaml pipeline
name: "Validations"
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Bootstrap environment
uses: ./.github/actions/bootstrap
- name: Run all validations
run: make pr-validations
WindowsValidations:
name: "Windows units"
runs-on: windows-2022
steps:
- uses: actions/checkout@v3
- name: install make
run: "choco install make"
- name: run units
run: "make unit"