Skip to content

chore(deps): bump golang.org/x/net from 0.9.0 to 0.17.0 (#180) #615

chore(deps): bump golang.org/x/net from 0.9.0 to 0.17.0 (#180)

chore(deps): bump golang.org/x/net from 0.9.0 to 0.17.0 (#180) #615

Workflow file for this run

name: build-and-test-linux
on:
pull_request:
push:
branches:
- main
- "releases/*"
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Git checkout
uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.19
# Parallel tests
- run: go test -v -coverprofile=profile.cov ./...
- uses: shogo82148/actions-goveralls@v1
with:
path-to-profile: profile.cov