Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Commit

Permalink
Merge pull request #30 from Azure/go1.13
Browse files Browse the repository at this point in the history
Bump up to Go 1.13
  • Loading branch information
HDYA committed Jan 16, 2020
2 parents 403b95a + 0d60039 commit 8be9deb
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Godeps/Godeps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ applications:
- name: oms_nozzle
memory: 512M
instances: 2
buildpack: https://github.com/cloudfoundry/go-buildpack.git#v1.8.40
buildpack: go_buildpack
command: oms-log-analytics-firehose-nozzle
no-route: true
health-check-type: none
Expand Down
3 changes: 2 additions & 1 deletion pcf-tile/tile-history.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ history:
- 1.3.1
- 1.4.0
- 1.4.1
version: 1.4.2
- 1.4.2
version: 1.4.3
10 changes: 5 additions & 5 deletions pcf-tile/tile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ packages:
manifest:
path: resources/azure-log-analytics-nozzle.zip
command: oms-log-analytics-firehose-nozzle
buildpack: https://github.com/cloudfoundry/go-buildpack.git#v1.8.40
buildpack: go_buildpack
command: oms-log-analytics-firehose-nozzle
instances: (( .properties.nozzle_instance_number.value ))
memory: 512M
Expand All @@ -42,10 +42,10 @@ packages:
# strongly recommend you leave this alone so that your tile always
# runs with the latest stemcell.
#
# stemcell_criteria:
# os: ubuntu-trusty
# requires_cpi: false
# version: '3062'
stemcell_criteria:
os: ubuntu-xenial
requires_cpi: false
version: '315'

# Add properties you want to pass to your applications.
# Properties specified here will not be configurable by the user.
Expand Down

0 comments on commit 8be9deb

Please sign in to comment.