Skip to content

build(deps): bump golang.org/x/net from 0.14.0 to 0.17.0 #22

build(deps): bump golang.org/x/net from 0.14.0 to 0.17.0

build(deps): bump golang.org/x/net from 0.14.0 to 0.17.0 #22

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
- run: go test ./...