mirror of
https://github.com/walles/moar.git
synced 2024-11-22 11:45:50 +03:00
Seems it didn't
Ref: * https://github.com/actions/setup-go/issues/49 * https://github.com/actions/setup-go/pull/89
This commit is contained in:
parent
4c1e8c742e
commit
0422568939
7
.github/workflows/linux-ci.yml
vendored
7
.github/workflows/linux-ci.yml
vendored
@ -16,10 +16,11 @@ jobs:
|
||||
- name: Install golangci-lint
|
||||
run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b "$(go env GOPATH)"/bin v1.50.1
|
||||
|
||||
# Required for the golangci-lint that we just installed to work. Also
|
||||
# gives us some caching.
|
||||
# Source: https://www.scivision.dev/github-actions-path-append/
|
||||
#
|
||||
# Required for the golangci-lint that we just installed to work.
|
||||
- name: Add GOPATH/bin to PATH
|
||||
uses: actions/setup-go@v3
|
||||
run: echo "$(go env GOPATH)/bin" >> "$GITHUB_PATH"
|
||||
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v2
|
||||
|
Loading…
Reference in New Issue
Block a user