Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Bump golang.org/x/net from 0.7.0 to 0.17.0 #33

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

Bump golang.org/x/net from 0.7.0 to 0.17.0 #33

Workflow file for this run

name: Tests
on:
pull_request:
branches:
- '*'
push:
branches:
- main
jobs:
test:
name: Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version-file: 'go.mod'
cache: true
- name: Unit Tests
run: go test -v .
- name: Lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
skip-cache: true