adding go setup as per action docs

dev
mzack 2022-03-03 07:46:16 +01:00
parent ea9f9c9c9a
commit c74b8cd8e6
1 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,10 @@ jobs:
name: Lint Test
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
- name: Checkout code
uses: actions/checkout@v2
- name: Run golangci-lint