Skip to content

80.43.0

Choose a tag to compare

@tas-runtime-bot tas-runtime-bot released this 21 Mar 18:18
· 225 commits to develop since this release

80.43.0

Release Date: March 21, 2025

Changes

  • bump dependancies

Bosh Job Spec changes:

diff --git a/jobs/golang-1-windows/spec b/jobs/golang-1-windows/spec
index 0af951c..fd9e402 100644
--- a/jobs/golang-1-windows/spec
+++ b/jobs/golang-1-windows/spec
@@ -5,6 +5,6 @@ templates:
   pre-start.ps1: bin/pre-start.ps1
 
 packages:
-- golang-1.23-windows
+- golang-1.24-windows
 
 properties: {}
diff --git a/jobs/golang-1.21-windows/spec b/jobs/golang-1.21-windows/spec
index 6f5b1a1..316b3f9 100644
--- a/jobs/golang-1.21-windows/spec
+++ b/jobs/golang-1.21-windows/spec
@@ -5,6 +5,6 @@ templates:
   pre-start.ps1: bin/pre-start.ps1
 
 packages:
-- golang-1.23-windows
+- golang-1.24-windows
 
 properties: {}
diff --git a/jobs/winc-setup/spec b/jobs/winc-setup/spec
index 3b58034..ee84dce 100644
--- a/jobs/winc-setup/spec
+++ b/jobs/winc-setup/spec
@@ -5,7 +5,7 @@ templates:
     post-deploy.ps1.erb: bin/post-deploy.ps1
 
 packages:
-- golang-1.23-windows
+- golang-1.24-windows
 - git
 - mingw64
 

✨ Built with go 1.24.1

Full Changelog: v80.41.0...v80.43.0

Resources