Skip to content

Bump golang.org/x/net from 0.17.0 to 0.23.0 #21

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

Bump golang.org/x/net from 0.17.0 to 0.23.0 #21

Workflow file for this run

---
name: test
on:
pull_request:
branches:
- main
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.17
- uses: actions/checkout@v2
- name: Run a one-line script
env:
COVERALLS_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
run: make test