Skip to content

Bump golang.org/x/net from 0.7.0 to 0.17.0 (#16) #52

Bump golang.org/x/net from 0.7.0 to 0.17.0 (#16)

Bump golang.org/x/net from 0.7.0 to 0.17.0 (#16) #52

Workflow file for this run

name: Tests
on:
push:
tags:
- v*
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: "1.18.4"
- name: build
run: make build
- name: test
run: make test-integration