Skip to content

Commit 348b588

Browse files
authored
fix: use google proxy instead of goproxy.io
1 parent 03db3ce commit 348b588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.semaphore/semaphore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ global_job_config:
3232
- export "SEMAPHORE_GIT_DIR=${GOPATH}/src/github.com/traefik/${SEMAPHORE_PROJECT_NAME}"
3333
- export "PATH=${GOPATH}/bin:${PATH}"
3434
- mkdir -vp "${SEMAPHORE_GIT_DIR}" "${GOPATH}/bin"
35-
- export GOPROXY=https://goproxy.io,https://athens.traefiklabs.tech,direct
35+
- export GOPROXY=https://proxy.golang.org,https://athens.traefiklabs.tech,direct
3636
- cat /home/semaphore/datas/traefiker-keyfile.json | docker login -u _json_key --password-stdin https://gcr.io
3737
- echo "${DOCKERHUB_PASSWORD}" | docker login -u "${DOCKERHUB_USERNAME}" --password-stdin
3838
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b "${GOPATH}/bin" v1.59.1

0 commit comments

Comments
 (0)