Skip to content

Commit

Permalink
Prevent modfile from being exposed to downstream actions (#265)
Browse files Browse the repository at this point in the history
* make complete

* Version
  • Loading branch information
peterebden authored Jul 2, 2024
1 parent 00c2afb commit eb6671a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 1.17.4
--------------
* Prevent modfile from being exposed to downstream actions

Version 1.17.3
--------------
* Don't install stdlib for other architectures if install_std=False
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.17.3
1.17.4
1 change: 1 addition & 0 deletions build_defs/go.build_defs
Original file line number Diff line number Diff line change
Expand Up @@ -1258,6 +1258,7 @@ def go_repo(module: str, version:str='', download:str=None, name:str=None, insta
"CGO_ENABLED": CONFIG.GO.CGO_ENABLED,
},
deps = deps + [CONFIG.GO.MOD_FILE] if CONFIG.GO.MOD_FILE else deps,
output_is_complete = True,
_subrepo = True,
labels = labels,
requires = ["import_config"],
Expand Down

0 comments on commit eb6671a

Please sign in to comment.