Skip to content

Commit

Permalink
Specify Go toolchain version.
Browse files Browse the repository at this point in the history
  • Loading branch information
M. J. Fromberger committed Mar 7, 2022
1 parent 5b1d8f1 commit f7f6065
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Expand Up @@ -15,6 +15,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v2
with:
go-version: '^1.17'
- uses: technote-space/get-diff-action@v6.0.1
with:
PATTERNS: |
Expand Down

0 comments on commit f7f6065

Please sign in to comment.