make basic-check self-hosted

This commit is contained in:
Brannon King 2021-08-10 18:10:19 -04:00
parent ade593da33
commit 9aa4259382

View file

@ -3,7 +3,7 @@ on: [push, pull_request]
jobs:
build:
name: Go CI
runs-on: ubuntu-latest
runs-on: self-hosted
strategy:
matrix:
go: [1.16]