fix lint warnings, update wf go version

This commit is contained in:
Lawrence, Rendall
2023-03-03 12:21:57 +03:00
parent 4574dd3939
commit 3e5a26dd50
6 changed files with 24 additions and 14 deletions

View File

@@ -15,7 +15,7 @@ jobs:
- uses: "actions/checkout@v3"
- uses: "actions/setup-go@v3"
with:
go-version: "^1.19"
go-version: ">=1.19"
- name: "Build"
run: "go build ./cmd/..."