Skip to content

Bump golang.org/x/net from 0.7.0 to 0.23.0 (#16) #47

Bump golang.org/x/net from 0.7.0 to 0.23.0 (#16)

Bump golang.org/x/net from 0.7.0 to 0.23.0 (#16) #47

Workflow file for this run

name: Test
on:
push:
paths-ignore:
- "**.md"
- "LICENSE"
pull_request:
paths-ignore:
- "**.md"
- "LICENSE"
- "LICENSE-GO"
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
go-version: ["1.15", "1.16", "1.17"]
steps:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v2
- name: Test
run: go test ./...