-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch to go1.18 line of golang release
We autobump the golang release in CI, and if we stick to golang-1-linux, then we're going to pull in go1.19, which we're not yet ready for. Therefore, we're switching to the golang-1.18-linux package, that way we can still autobump the patch version in CI.
- Loading branch information
Showing
5 changed files
with
2 additions
and
8 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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
name: blackbox | ||
dependencies: | ||
- golang-1-linux | ||
- golang-1.18-linux | ||
files: | ||
- blackbox/**/* | ||
excluded_files: | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.