ci(env): use GOPROXY=direct (follow-up of 14ba7b1)
All checks were successful
continuous-integration/drone Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2022-06-11 06:50:21 +02:00
parent c94b671d9d
commit f3e481395e
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -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",