Skip to content

Bump golang.org/x/net from 0.9.0 to 0.17.0 #234

Bump golang.org/x/net from 0.9.0 to 0.17.0

Bump golang.org/x/net from 0.9.0 to 0.17.0 #234

Workflow file for this run

name: CI
on:
push:
branches: ['main']
pull_request:
branches: ['main']
workflow_dispatch:
jobs:
ci:
name: CI
runs-on: ['ubuntu-latest']
steps:
- uses: actions/setup-go@v2
with:
go-version: '1.20.x'
- uses: actions/checkout@v3
- run: go build ./...