Skip to content

Commit a18278f

Browse files
Merge pull request #521 from element-hq/gaelg/fix-golanglint-ci
golang lint ci action: dont set go-version
2 parents 3f4b1ce + 06cf9e6 commit a18278f

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/matrix-tools.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ jobs:
3636
- uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8
3737
with:
3838
working-directory: matrix-tools
39-
go-version: "${{ env.GO_VERSION }}"
4039
args: -v --show-stats --no-config --modules-download-mode readonly
4140

4241
- uses: GoTestTools/gotestfmt-action@8b4478c7019be847373babde9300210e7de34bfb # v2

newsfragments/521.internal.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CI: Dont pass `go-version` to golanglint-ci action.

0 commit comments

Comments
 (0)