Skip to content

Commit ba1bbeb

Browse files
committed
Setup go for lint call.
Signed-off-by: jesus m. rodriguez <[email protected]>
1 parent 3d28851 commit ba1bbeb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ jobs:
4646
runs-on: ubuntu-latest
4747
steps:
4848

49+
- name: Set up Go 1.x
50+
uses: actions/setup-go@v2
51+
with:
52+
go-version: 1.19.x
53+
4954
- name: Check out code into the Go module directory
5055
uses: actions/checkout@v2
5156

0 commit comments

Comments
 (0)