Skip to content

Bump golang.org/x/net from 0.15.0 to 0.17.0 (#28) #55

Bump golang.org/x/net from 0.15.0 to 0.17.0 (#28)

Bump golang.org/x/net from 0.15.0 to 0.17.0 (#28) #55

Workflow file for this run

name: test
on:
push:
branches:
- "*"
jobs:
test:
strategy:
matrix:
os:
- macos-latest
- ubuntu-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
- run: make setup
- run: make deps
- run: make test
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: brpaz/hadolint-action@master