Skip to content
This repository has been archived by the owner on Oct 29, 2023. It is now read-only.

Bump golang.org/x/net from 0.0.0-20211015210444-4f30a5c0130f to 0.17.0 #182

Bump golang.org/x/net from 0.0.0-20211015210444-4f30a5c0130f to 0.17.0

Bump golang.org/x/net from 0.0.0-20211015210444-4f30a5c0130f to 0.17.0 #182

Workflow file for this run

on: [push, pull_request]
jobs:
build:
name: Check
runs-on: ubuntu-latest
env:
GO111MODULE: on
steps:
- name: Install libraries
run: |
sudo apt-get update
sudo apt-get install -y libncurses5 libaio1 libnuma1 bash-completion
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.18
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: tests
run: ./scripts/ci.sh