Skip to content

Bump golang.org/x/net from 0.0.0-20220722155237-a158d28d115b to 0.23.0 #106

Bump golang.org/x/net from 0.0.0-20220722155237-a158d28d115b to 0.23.0

Bump golang.org/x/net from 0.0.0-20220722155237-a158d28d115b to 0.23.0 #106

Workflow file for this run

name: CI
on: push
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.18
id: go
- name: Checkout the code
uses: actions/checkout@v3
- name: Test
run: make test
linter:
name: lint
runs-on: ubuntu-latest
steps:
- name: Checkout the code
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.18
id: go
- name: lint
run: make check