Skip to content

Bump golang.org/x/net from 0.7.0 to 0.17.0 in /assignment (#13) #64

Bump golang.org/x/net from 0.7.0 to 0.17.0 in /assignment (#13)

Bump golang.org/x/net from 0.7.0 to 0.17.0 in /assignment (#13) #64

Workflow file for this run

name: Lint
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
- name: Run golangci-lint
run: |
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.50.1
golangci-lint run ./assignment/...