Skip to content

Bump golang.org/x/net from 0.0.0-20201021035429-f5854403a974 to 0.17.0 #39

Bump golang.org/x/net from 0.0.0-20201021035429-f5854403a974 to 0.17.0

Bump golang.org/x/net from 0.0.0-20201021035429-f5854403a974 to 0.17.0 #39

Workflow file for this run

name: build
on:
push:
branches:
- main
- master
pull_request:
branches:
- main
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
- name: run build
run: make build
- name: run test for report
run: make report
env:
GOPATH: /home/runner/work/cloudig/go
- name: Publish Unit Test Results
uses: EnricoMi/publish-unit-test-result-action@v1.7
if: always()
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
files: reports/*.xml