Skip to content

Commit

Permalink
update reviewdog action to setup go with version 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiya Abdulahi committed Jun 7, 2021
1 parent f609bc3 commit 245c8e6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,9 @@ jobs:
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v1
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: '1.16'
- name: golangci-lint
uses: reviewdog/action-golangci-lint@v1

0 comments on commit 245c8e6

Please sign in to comment.