Skip to content

Commit

Permalink
chore(ci): use GOPROXY=direct
Browse files Browse the repository at this point in the history
  • Loading branch information
pcfreak30 committed Nov 1, 2024
1 parent aa2081e commit a9afc3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
NEW_VERSION="v${VERSION}-${APP_NAME}-go.0.${TIMESTAMP}-${COMMIT_HASH}"
# Update the dependency
GOPROXY=off go get "go.lumeweb.com/web/go/${APP_NAME}@${COMMIT_HASH}"
GOPROXY=direct go get "go.lumeweb.com/web/go/${APP_NAME}@${COMMIT_HASH}"
go mod tidy
- name: Create Pull Request
Expand Down

0 comments on commit a9afc3a

Please sign in to comment.