Skip to content

Commit

Permalink
Merge pull request #680 from orange-cloudfoundry/update-go-version
Browse files Browse the repository at this point in the history
update go version and bump dependencies and deployments
  • Loading branch information
mdimiceli authored Mar 28, 2023
2 parents a63007c + 14a59fe commit 194907d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: set up go
uses: actions/setup-go@v2
with:
go-version: 1.19
go-version: "1.20"

- name: cache go modules
uses: actions/cache@v1
Expand All @@ -43,7 +43,7 @@ jobs:
- name: packr2
run: |
curl -fsSL https://github.com/gobuffalo/packr/releases/download/v2.8.1/packr_2.8.1_linux_amd64.tar.gz | \
curl -fsSL https://github.com/gobuffalo/packr/releases/download/v2.8.3/packr_2.8.3_linux_amd64.tar.gz | \
tar -xz -C /usr/local/bin/ packr2
which packr2
Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ builds:
binary: bbl
env:
- CGO_ENABLED=0
- TF_VERSION=1.3.6
- TF_VERSION=1.4.2
ldflags:
- -s
- -w
Expand Down
2 changes: 1 addition & 1 deletion bosh/deployments/bosh-deployment
Submodule bosh-deployment updated 47 files
+2 −2 alicloud/cpi.yml
+2 −2 alicloud/use-bionic.yml
+5 −5 aws/cpi.yml
+2 −2 aws/use-bionic.yml
+2 −2 azure/cpi.yml
+2 −2 azure/use-bionic.yml
+3 −3 bbr.yml
+3 −3 bosh-lite-docker.yml
+5 −5 bosh-lite.yml
+5 −5 bosh.yml
+0 −8 ci/bosh-alpha-compiled-releases/configure.sh
+0 −48 ci/bosh-alpha-compiled-releases/pipeline.yml
+0 −5 ci/bosh-alpha-compiled-releases/tasks/build-release.sh
+0 −17 ci/bosh-alpha-compiled-releases/tasks/build-release.yml
+1 −1 ci/compiled-releases/tasks/export-release.yml
+1 −3 ci/configure.sh
+32 −11 ci/pipeline.yml
+2 −2 ci/tasks/test-main-bosh-lite.sh
+2 −2 ci/tasks/test-main-bosh-lite.yml
+1 −1 ci/tasks/test-smoke.yml
+1 −1 ci/tasks/update-cpi.yml
+1 −1 ci/tasks/update-release.yml
+1 −1 ci/tasks/update-stemcell.yml
+3 −3 credhub.yml
+7 −6 docker/cpi.yml
+2 −2 docker/use-bionic.yml
+5 −5 gcp/cpi.yml
+2 −2 gcp/use-bionic.yml
+3 −3 misc/source-releases/bbr.yml
+3 −3 misc/source-releases/bosh.yml
+3 −3 misc/source-releases/credhub.yml
+3 −3 misc/source-releases/uaa.yml
+2 −2 openstack/cpi.yml
+2 −2 openstack/use-bionic.yml
+2 −2 openstack/use-openstack-raw-stemcell.yml
+3 −3 runtime-configs/dns.yml
+3 −3 syslog.yml
+3 −3 uaa.yml
+2 −2 vcloud/cpi.yml
+2 −2 vcloud/use-bionic.yml
+2 −2 virtualbox/cpi.yml
+2 −2 virtualbox/use-bionic.yml
+3 −3 vsphere/cpi-secondary.yml
+5 −5 vsphere/cpi.yml
+2 −2 vsphere/use-bionic.yml
+2 −2 warden/cpi.yml
+2 −2 warden/use-bionic.yml
2 changes: 1 addition & 1 deletion bosh/deployments/jumpbox-deployment
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/cloudfoundry/bosh-bootloader

go 1.19
go 1.20

require (
github.com/Azure/azure-sdk-for-go v12.5.0-beta+incompatible
Expand Down

0 comments on commit 194907d

Please sign in to comment.