ci: remove "Configure Go Environment" step (#376)
No longer required given updates to `actions/setup-go`.
This commit is contained in:
committed by
GitHub
parent
2f170cedd5
commit
881df56d21
6
.github/workflows/stress.yml
vendored
6
.github/workflows/stress.yml
vendored
@@ -15,12 +15,6 @@ jobs:
|
||||
with:
|
||||
go-version: 1.19.x
|
||||
check-latest: true
|
||||
- name: Configure Go Environment
|
||||
run: |
|
||||
echo GOPATH=${{ runner.workspace }} >> $GITHUB_ENV
|
||||
echo ${{ runner.workspace }}/bin >> $GITHUB_PATH
|
||||
- name: Go Environment
|
||||
run: go env
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user