Skip to content

Commit 3f76804

Browse files
committed
fix CI syntax
1 parent 3dc93d5 commit 3f76804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/echo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Run golint
5959
if: matrix.go == env.LATEST_GO_VERSION
6060
run: |
61-
echo "${{ env.LATEST_GO_VERSION=env.LATEST_GO_VERSION }} matrix.go=${{ matrix.go }}"
61+
echo "env.LATEST_GO_VERSION=${{ env.LATEST_GO_VERSION }} matrix.go=${{ matrix.go }}"
6262
go install golang.org/x/lint/golint@latest
6363
golint -set_exit_status ./...
6464

0 commit comments

Comments
 (0)