Skip to content

build(deps): bump golang.org/x/net from 0.7.0 to 0.17.0 #630

build(deps): bump golang.org/x/net from 0.7.0 to 0.17.0

build(deps): bump golang.org/x/net from 0.7.0 to 0.17.0 #630

Workflow file for this run

name: go-checks
on:
pull_request:
branches: master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout the repo
uses: actions/checkout@v2
- uses: Jerome1337/gofmt-action@v1.0.4
name: check go fmt
with:
gofmt-path: './'
gofmt-flags: '-l -d'