Skip to content

Bump golang.org/x/net from 0.14.0 to 0.23.0 #148

Bump golang.org/x/net from 0.14.0 to 0.23.0

Bump golang.org/x/net from 0.14.0 to 0.23.0 #148

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 2
- uses: actions/setup-go@v2
with:
go-version: '1.21'
- name: Get dependencies
run: go mod download
- name: Run Build
run: go build -v ./...
- name: Run coverage
run: go test -v -coverprofile=cover.out ./...
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3