We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6ff88d6 + c59885c commit 8d0ad7eCopy full SHA for 8d0ad7e
1 file changed
.github/workflows/copilot-setup-steps.yml
@@ -46,7 +46,6 @@ jobs:
46
uses: golangci/golangci-lint-action@v7
47
with:
48
version: latest
49
- args: --version
50
51
# Install module dependencies for all modules
52
- name: Install module dependencies
@@ -98,7 +97,7 @@ jobs:
98
97
run: |
99
echo "=== Tool Versions ==="
100
go version
101
- golangci-lint --version
+ golangci-lint version
102
echo "=== Go Environment ==="
103
go env GOVERSION
104
go env GOROOT
0 commit comments