Skip to content

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

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 #38

Workflow file for this run

name: ci
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: 1.19
- name: Checkout
uses: actions/checkout@v2
- name: Setup
run: |
sudo apt-get install -y curl wget software-properties-common apt-transport-https ca-certificates gnupg2
sudo curl -sL https://deb.nodesource.com/setup_18.x | sudo bash -
- name: Build
run: |
gofmt -w -s . && git diff --exit-code
make cover