Skip to content

Bump golang.org/x/net from 0.23.0 to 0.33.0 #281

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

Bump golang.org/x/net from 0.23.0 to 0.33.0 #281

Workflow file for this run

name: build
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v3
- name: Build
run: go build ./...
- name: Test
run: go test ./...