Skip to content

Upgrade golang.org/x/net to v0.33.0 #209

Upgrade golang.org/x/net to v0.33.0

Upgrade golang.org/x/net to v0.33.0 #209

Workflow file for this run

name: PR - build
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v2
with:
go-version: ^1.16
- name: Install govvv
run: |
go install github.com/ahmetb/govvv@master
- uses: actions/checkout@v2
- name: Make build
run: |
make build