Delete go.yml

Replaced with CirrusCI
This commit is contained in:
Winni Neessen 2021-09-23 09:46:43 +02:00 committed by GitHub
parent 81f15c4ef2
commit 3c1e61f64b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,26 +0,0 @@
name: Go
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
env:
GO111MODULE: auto
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
- name: Build
run: go build -o apg -v github.com/wneessen/apg-go/cmd/apg
- name: Test
run: go test -v github.com/wneessen/apg-go/cmd/apg