Skip to content

Bump golang.org/x/net from 0.16.0 to 0.17.0 #115

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

Bump golang.org/x/net from 0.16.0 to 0.17.0 #115

Workflow file for this run

---
name: Build
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: go.mod
check-latest: true
cache: true
- name: Run tests
run: make tests
- name: Build
run: make