We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dc93d5 commit 3f76804Copy full SHA for 3f76804
.github/workflows/echo.yml
@@ -58,7 +58,7 @@ jobs:
58
- name: Run golint
59
if: matrix.go == env.LATEST_GO_VERSION
60
run: |
61
- echo "${{ env.LATEST_GO_VERSION=env.LATEST_GO_VERSION }} matrix.go=${{ matrix.go }}"
+ echo "env.LATEST_GO_VERSION=${{ env.LATEST_GO_VERSION }} matrix.go=${{ matrix.go }}"
62
go install golang.org/x/lint/golint@latest
63
golint -set_exit_status ./...
64
0 commit comments