Skip to content

Commit 8d0ad7e

Browse files
authored
Merge branch 'main' into copilot/fix-21
2 parents 6ff88d6 + c59885c commit 8d0ad7e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ jobs:
4646
uses: golangci/golangci-lint-action@v7
4747
with:
4848
version: latest
49-
args: --version
5049

5150
# Install module dependencies for all modules
5251
- name: Install module dependencies
@@ -98,7 +97,7 @@ jobs:
9897
run: |
9998
echo "=== Tool Versions ==="
10099
go version
101-
golangci-lint --version
100+
golangci-lint version
102101
echo "=== Go Environment ==="
103102
go env GOVERSION
104103
go env GOROOT

0 commit comments

Comments
 (0)