Skip to content

Bump golang.org/x/net from 0.4.0 to 0.7.0 #150

Bump golang.org/x/net from 0.4.0 to 0.7.0

Bump golang.org/x/net from 0.4.0 to 0.7.0 #150

Workflow file for this run

name: "build-and-test"
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
- name: Go mod download
run: go mod download
- uses: Jerome1337/[email protected]
with:
gofmt-path: '.'
gofmt-flags: '-l -d'
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.43
skip-go-installation: true
skip-pkg-cache: true
- name: Test
run: go test ./...