Skip to content

Commit 8e339d0

Browse files
authored
Use .tool-versions to track golangci-lint version (#113)
1 parent 8b00dac commit 8e339d0

3 files changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
uses: typisttech/.github/.github/workflows/lint-actions.yml@63fe4f651bb4747b3b17be96c32fcffd5954882c # v5.3.0
2222

2323
go:
24-
uses: typisttech/.github/.github/workflows/lint-go.yml@3b989be3639ac84acd7770ad0795ffbfc6193b2b # v5.2.2
24+
uses: typisttech/.github/.github/workflows/lint-go.yml@86c07906e5ad8ccd4bab27975f7f67e348498f82 # v5.4.0
2525
with:
2626
golangci-lint: true
27-
golangci-lint-version: v2.11 # Must be kept in sync with @../../mise.toml
27+
golangci-lint-version-file: .tool-versions
2828

2929
wait-for-all-lint:
3030
needs:

.tool-versions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
golangci-lint 2.12

mise.toml

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)