Skip to content

Commit 17dcc8b

Browse files
Ben Fulleracrmp
Ben Fuller
authored andcommitted
fix for go 1.18
- letting the pipeline do the actual golang bump and tests - go tries to include git information but stemcells do not include git binary golang/go#51748 Signed-off-by: Andrew Crump <[email protected]>
1 parent 6d24e94 commit 17dcc8b

File tree

1 file changed

+4
-2
lines changed
  • packages/blackbox

1 file changed

+4
-2
lines changed

packages/blackbox/spec

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
name: blackbox
33
dependencies:
4-
- golang-1-linux
4+
- golang-1-linux
55
files:
6-
- blackbox/**/*
6+
- blackbox/**/*
7+
excluded_files:
8+
- blackbox/.git

0 commit comments

Comments
 (0)