Update go.yml

This commit is contained in:
Preston Van Loon
2022-03-31 14:27:20 -05:00
committed by GitHub
parent c932881056
commit 4a2d36d05d

View File

@@ -12,6 +12,12 @@ jobs:
name: Check
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: 1.17
id: go
- name: Checkout
uses: actions/checkout@v1