added go version

This commit is contained in:
redanthrax 2022-06-27 16:36:36 -07:00
parent f3738a3f07
commit b9fc19c733

View file

@ -8,5 +8,10 @@ jobs:
build: build:
runs-on: [ self-hosted ] runs-on: [ self-hosted ]
steps: steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18.3
- name: Test - name: Test
run: go test -v ./... run: go test -v ./...