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:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
GOPROXY: direct
|
||||
steps:
|
||||
- name: Install Node.js (required for GitHub Actions)
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user