Skip to content

Merge branch 'zmap:feature/TLS1.3' into feature/TLS1.3 #41

Merge branch 'zmap:feature/TLS1.3' into feature/TLS1.3

Merge branch 'zmap:feature/TLS1.3' into feature/TLS1.3 #41

Workflow file for this run

name: ZGrab2 build action
on: [push, pull_request]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
- name: Check out source
uses: actions/checkout@v2
- name: Build
run: |
go get -t ./...
make