CI: set GOPROXY=direct to avoid proxy block
Some checks failed
CI / build (push) Failing after 4m54s
Some checks failed
CI / build (push) Failing after 4m54s
This commit is contained in:
@@ -8,6 +8,8 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
env:
|
||||||
|
GOPROXY: direct
|
||||||
steps:
|
steps:
|
||||||
- name: Install Node.js (required for GitHub Actions)
|
- name: Install Node.js (required for GitHub Actions)
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user