Skip to content

Bump golang.org/x/net from 0.0.0-20200520004742-59133d7f0dd7 to 0.17.0 #63

Bump golang.org/x/net from 0.0.0-20200520004742-59133d7f0dd7 to 0.17.0

Bump golang.org/x/net from 0.0.0-20200520004742-59133d7f0dd7 to 0.17.0 #63

Workflow file for this run

name: CI
on:
push:
branches:
- main
- "v*"
pull_request: {}
release:
types: [published]
jobs:
test:
name: Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.21.x
- name: Install Dependencies
run: go mod download
- name: Tests
run: go test -v ./...