Skip to content

Commit

Permalink
Fix repo (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
inverse committed Jan 11, 2024
1 parent b0bd1a7 commit 94e4873
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: 'v'${{ steps.get-golangci-lint-version.outputs.value }}'
version: 'v${{ steps.get-golangci-lint-version.outputs.value }}'
pre-commit:
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion .mise.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tools]
golang = "1.20.4"
golang = "1.20.4"
golangci-lint = "1.52.2"
goreleaser = "1.18.2"
nfpm = "2.28.0"
Expand Down

0 comments on commit 94e4873

Please sign in to comment.