Skip to content

Commit

Permalink
fix for go 1.18
Browse files Browse the repository at this point in the history
- 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 <crumpan@vmware.com>
  • Loading branch information
Ben Fuller authored and acrmp committed Apr 7, 2022
1 parent 6d24e94 commit 17dcc8b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/blackbox/spec
@@ -1,6 +1,8 @@
---
name: blackbox
dependencies:
- golang-1-linux
- golang-1-linux
files:
- blackbox/**/*
- blackbox/**/*
excluded_files:
- blackbox/.git

0 comments on commit 17dcc8b

Please sign in to comment.