Skip to content

Bump golang.org/x/net from 0.32.0 to 0.33.0 #171

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

Bump golang.org/x/net from 0.32.0 to 0.33.0 #171

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/go-setup
- run: |
go build ./...