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

Bump golang.org/x/sys from 0.0.0-20180810173357-98c5dad5d1a0 to 0.1.0 #10

Bump golang.org/x/sys from 0.0.0-20180810173357-98c5dad5d1a0 to 0.1.0

Bump golang.org/x/sys from 0.0.0-20180810173357-98c5dad5d1a0 to 0.1.0 #10

Workflow file for this run

name: test
on:
pull_request:
jobs:
golang:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Golang
uses: actions/setup-go@v2
with:
go-version: 1.16.x
- uses: actions/cache@v1
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- name: Test
run: ci/test.sh
- name: Build
run: ci/build.sh
- uses: codecov/codecov-action@v1
with:
flags: go