Skip to content

Bump golang.org/x/net from 0.7.0 to 0.17.0 #34

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

Bump golang.org/x/net from 0.7.0 to 0.17.0 #34

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
jobs:
build:
name: make all
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
- name: make build
run: make all
shell: bash