Skip to content

Commit c1d2e9f

Browse files
committed
README: drop GOPATH build instructions
It has been obsolete for half a decade, and noone uses them anymore.
1 parent 0308cc2 commit c1d2e9f

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

README.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -166,25 +166,6 @@ Use `sudo apt`, making sure to only run the step on Linux:
166166
run: sudo apt update && sudo apt install -y --no-install-recommends mypackage
167167
```
168168

169-
#### How do I set up a `GOPATH` build?
170-
171-
Declare `GOPATH` and clone inside of it:
172-
173-
```yaml
174-
jobs:
175-
test-gopath:
176-
env:
177-
GOPATH: ${{ github.workspace }}
178-
GO111MODULE: off
179-
defaults:
180-
run:
181-
working-directory: ${{ env.GOPATH }}/src/github.com/${{ github.repository }}
182-
steps:
183-
- uses: actions/checkout@v4
184-
with:
185-
path: ${{ env.GOPATH }}/src/github.com/${{ github.repository }}
186-
```
187-
188169
## Quick links
189170

190171
* Concepts, rate limits, etc: https://docs.github.com/en/actions/learn-github-actions

0 commit comments

Comments
 (0)