Skip to content

Commit

Permalink
Fix golangci-lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
optik-aper committed Jun 5, 2024
1 parent 16f3102 commit a7aedc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gochecks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup Go
- uses: actions/setup-go@v5
uses: actions/setup-go@v5
with:
version: "1.22"
- name: Run golangci-lint
Expand Down

0 comments on commit a7aedc8

Please sign in to comment.