Skip to content

build(deps): bump golang.org/x/net from 0.33.0 to 0.36.0 #176

build(deps): bump golang.org/x/net from 0.33.0 to 0.36.0

build(deps): bump golang.org/x/net from 0.33.0 to 0.36.0 #176

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ macos-latest, ubuntu-latest, windows-2019 ]
steps:
- uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version-file: 'go.mod'
- name: Build
run: go build ./...
- name: Run Unit Tests
run: go test ./...