Skip to content

Commit

Permalink
Modernize code
Browse files Browse the repository at this point in the history
* Install go in linter action
  • Loading branch information
fguimond committed May 27, 2024
1 parent a7b416f commit e84a682
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,9 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Go 1.22.x
uses: actions/setup-go@v5
with:
go-version: 1.22.x
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v6

0 comments on commit e84a682

Please sign in to comment.