ci(env): use GOPROXY=direct (follow-up of 14ba7b1)
This commit is contained in:
parent
c94b671d9d
commit
f3e481395e
@ -7,6 +7,9 @@ def main(ctx):
|
||||
"kind": "pipeline",
|
||||
"type": "docker",
|
||||
"name": "golangci-lint",
|
||||
"environment": {
|
||||
"GOPROXY": "direct"
|
||||
},
|
||||
"steps": [
|
||||
{
|
||||
"name": "golangci-lint",
|
||||
@ -30,6 +33,9 @@ def main(ctx):
|
||||
"node": {
|
||||
"r": "w"
|
||||
},
|
||||
"environment": {
|
||||
"GOPROXY": "direct"
|
||||
},
|
||||
"steps": [
|
||||
{
|
||||
"name": "pull nix",
|
||||
@ -276,6 +282,9 @@ def main(ctx):
|
||||
"node": {
|
||||
"r": "w"
|
||||
},
|
||||
"environment": {
|
||||
"GOPROXY": "direct"
|
||||
},
|
||||
"steps": [
|
||||
{
|
||||
"name": "pull archlinux",
|
||||
@ -353,6 +362,9 @@ def main(ctx):
|
||||
"node": {
|
||||
"r": "w"
|
||||
},
|
||||
"environment": {
|
||||
"GOPROXY": "direct"
|
||||
},
|
||||
"steps": [
|
||||
{
|
||||
"name": "pull fedora",
|
||||
|
Loading…
Reference in New Issue
Block a user