Skip to content

Commit

Permalink
Switch to go1.18 line of golang release
Browse files Browse the repository at this point in the history
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
ctlong committed Sep 7, 2022
1 parent 9514152 commit 6f619e5
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/blackbox/packaging
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
set -e
source /var/vcap/packages/golang-1-linux/bosh/compile.env
source /var/vcap/packages/golang-1.18-linux/bosh/compile.env
export GO111MODULE=auto

cd blackbox/cmd/blackbox
Expand Down
2 changes: 1 addition & 1 deletion packages/blackbox/spec
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:
Expand Down
2 changes: 0 additions & 2 deletions packages/golang-1-linux/spec.lock

This file was deleted.

2 changes: 0 additions & 2 deletions packages/golang-1.18-darwin/spec.lock

This file was deleted.

2 changes: 0 additions & 2 deletions packages/golang-1.18-windows/spec.lock

This file was deleted.

0 comments on commit 6f619e5

Please sign in to comment.