Skip to content

Bump golang.org/x/net from 0.3.1-0.20221206200815-1e63c2f08a10 to 0.17.0 #49

Bump golang.org/x/net from 0.3.1-0.20221206200815-1e63c2f08a10 to 0.17.0

Bump golang.org/x/net from 0.3.1-0.20221206200815-1e63c2f08a10 to 0.17.0 #49

Workflow file for this run

on: [push, pull_request]
name: Test
jobs:
test:
strategy:
fail-fast: false
matrix:
go-version: [1.20.x]
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@v3
- run: make test
- run: make lint