Skip to content

Bump golang.org/x/net from 0.14.0 to 0.17.0 (#8) #49

Bump golang.org/x/net from 0.14.0 to 0.17.0 (#8)

Bump golang.org/x/net from 0.14.0 to 0.17.0 (#8) #49

Workflow file for this run

name: Go
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: '1.21'
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
args: --out-${NO_FUTURE}format line-number --timeout 3m0s
- name: Build
run: go build -v ./...