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 b7a987e commit cc66145Copy full SHA for cc66145
.github/workflows/unit-tests.yml
@@ -24,9 +24,9 @@ jobs:
24
# https://help.github.com/en/actions/reference/workflow-commands-for-github-actions
25
- name: Set build variables
26
run: |
27
- echo "::set-env name=MAKE_TARGET::${{ matrix.make_target }}"
28
- echo "::set-env name=GO_FLAGS::-mod=vendor"
29
- echo "::set-env name=GO111MODULE::on"
+ echo "MAKE_TARGET=${{ matrix.make_target }}"
+ echo "GO_FLAGS=-mod=vendor"
+ echo "GO111MODULE=on"
30
31
- name: Run ${{matrix.make_target}}
32
0 commit comments