Skip to content

Commit

Permalink
Add explanatory comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Evertras committed May 3, 2024
1 parent a0df204 commit fa2fccc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
# For whatever reason, 1.21.9 blows up because it can't
# find 'max' in some go lib... pinning to 1.21.4 fixes this
- name: Install Go
uses: actions/setup-go@v4
with:
Expand Down

0 comments on commit fa2fccc

Please sign in to comment.