mirror of
https://github.com/wneessen/apg-go.git
synced 2024-11-09 15:52:54 +01:00
Delete go.yml
Replaced with CirrusCI
This commit is contained in:
parent
81f15c4ef2
commit
3c1e61f64b
1 changed files with 0 additions and 26 deletions
26
.github/workflows/go.yml
vendored
26
.github/workflows/go.yml
vendored
|
@ -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
|
Loading…
Reference in a new issue