Skip to content

build(deps): bump golang.org/x/net from 0.15.0 to 0.19.0 #559

build(deps): bump golang.org/x/net from 0.15.0 to 0.19.0

build(deps): bump golang.org/x/net from 0.15.0 to 0.19.0 #559

Workflow file for this run

name: Windows Tests
on:
pull_request: {}
push: {}
jobs:
build:
strategy:
matrix:
go: [ '^1.18' ]
platform: [windows-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Install Go
uses: actions/[email protected]
with:
go-version: ${{ matrix.go }}
- name: Checkout code
uses: actions/checkout@v4
- name: Run Windows Unit Tests
run: |
go version
go test -v -race ./pkg/...