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",
|
"kind": "pipeline",
|
||||||
"type": "docker",
|
"type": "docker",
|
||||||
"name": "golangci-lint",
|
"name": "golangci-lint",
|
||||||
|
"environment": {
|
||||||
|
"GOPROXY": "direct"
|
||||||
|
},
|
||||||
"steps": [
|
"steps": [
|
||||||
{
|
{
|
||||||
"name": "golangci-lint",
|
"name": "golangci-lint",
|
||||||
@ -30,6 +33,9 @@ def main(ctx):
|
|||||||
"node": {
|
"node": {
|
||||||
"r": "w"
|
"r": "w"
|
||||||
},
|
},
|
||||||
|
"environment": {
|
||||||
|
"GOPROXY": "direct"
|
||||||
|
},
|
||||||
"steps": [
|
"steps": [
|
||||||
{
|
{
|
||||||
"name": "pull nix",
|
"name": "pull nix",
|
||||||
@ -276,6 +282,9 @@ def main(ctx):
|
|||||||
"node": {
|
"node": {
|
||||||
"r": "w"
|
"r": "w"
|
||||||
},
|
},
|
||||||
|
"environment": {
|
||||||
|
"GOPROXY": "direct"
|
||||||
|
},
|
||||||
"steps": [
|
"steps": [
|
||||||
{
|
{
|
||||||
"name": "pull archlinux",
|
"name": "pull archlinux",
|
||||||
@ -353,6 +362,9 @@ def main(ctx):
|
|||||||
"node": {
|
"node": {
|
||||||
"r": "w"
|
"r": "w"
|
||||||
},
|
},
|
||||||
|
"environment": {
|
||||||
|
"GOPROXY": "direct"
|
||||||
|
},
|
||||||
"steps": [
|
"steps": [
|
||||||
{
|
{
|
||||||
"name": "pull fedora",
|
"name": "pull fedora",
|
||||||
|
Loading…
Reference in New Issue
Block a user