Skip to content

Bump golang.org/x/net from 0.15.0 to 0.17.0 #51

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

Bump golang.org/x/net from 0.15.0 to 0.17.0 #51

Workflow file for this run

name: Knox Go Build
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.20.3
- name: Install mockgen
run: |
go install github.com/golang/mock/[email protected]
- name: Build
run: |-
make build
- name: Test
run: |-
make test