Skip to content

Commit

Permalink
Fix lint CI
Browse files Browse the repository at this point in the history
  • Loading branch information
System-Glitch committed Nov 2, 2023
1 parent 09be077 commit 5961b7a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: "1.21"
cache: false
- name: Run lint
uses: golangci/golangci-lint-action@v3
with:
Expand Down

0 comments on commit 5961b7a

Please sign in to comment.