-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
revert: add Athens Go proxy configuration for docker (#8)
* fix: workflow yaml indentation in go-checks * revert: add Athens Go proxy configuration for docker Due to this repo being public-facing, it isn't allowed to access the private composite action in `cultureamp/go-private-modules`. This results in an error where the go-checks action fails to run because it is unable to pull the action. Since this repository is public and not using private deps, we can undo this change. * test: update environment variable names In an earlier commit, the Buildkite environment variable was renamed to reflect the repo. After this change, the test suite was not running in CI, hence this wasn't caught in review time. This change is a follow up to the earlier commit that allows the tests to pass.
- Loading branch information
1 parent
79088c1
commit 5c51433
Showing
5 changed files
with
2 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,3 @@ services: | |
build: | ||
context: src | ||
dockerfile: Dockerfile | ||
args: | ||
- GONOPROXY | ||
- GOPRIVATE | ||
- GOPROXY |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters