Skip to content

chore(deps): bump golang.org/x/net from 0.12.0 to 0.14.0 #3

chore(deps): bump golang.org/x/net from 0.12.0 to 0.14.0

chore(deps): bump golang.org/x/net from 0.12.0 to 0.14.0 #3

Workflow file for this run

name: 🔨 Build Test
on:
pull_request:
workflow_dispatch:
jobs:
build:
name: Test Builds
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.18
- name: Check out code
uses: actions/checkout@v3
- name: Test
run: go test ./...
- name: Run Example
run: go run .
working-directory: examples/