Skip to content

Commit

Permalink
Fix for golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
c0untingNumbers committed Nov 10, 2024
1 parent ead9e4d commit 5da12cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
with:
go-version: '1.23.0'
cache: false
- name: Go get
run: go get -t -v ./...
- name: Compile
run: go build main.go
- name: Unit Tests
Expand Down

0 comments on commit 5da12cb

Please sign in to comment.