Azure.Functions.Cli.Workloads.Workers.Go 1.0.0-preview.1

Prefix Reserved
This is a prerelease version of Azure.Functions.Cli.Workloads.Workers.Go.
dotnet add package Azure.Functions.Cli.Workloads.Workers.Go --version 1.0.0-preview.1
                    
NuGet\Install-Package Azure.Functions.Cli.Workloads.Workers.Go -Version 1.0.0-preview.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Azure.Functions.Cli.Workloads.Workers.Go" Version="1.0.0-preview.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Azure.Functions.Cli.Workloads.Workers.Go" Version="1.0.0-preview.1" />
                    
Directory.Packages.props
<PackageReference Include="Azure.Functions.Cli.Workloads.Workers.Go" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Azure.Functions.Cli.Workloads.Workers.Go --version 1.0.0-preview.1
                    
#r "nuget: Azure.Functions.Cli.Workloads.Workers.Go, 1.0.0-preview.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Azure.Functions.Cli.Workloads.Workers.Go@1.0.0-preview.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Azure.Functions.Cli.Workloads.Workers.Go&version=1.0.0-preview.1&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Azure.Functions.Cli.Workloads.Workers.Go&version=1.0.0-preview.1&prerelease
                    
Install as a Cake Tool

Azure Functions CLI – Go worker workload

Content workload that ships the Go worker assets (a static worker.config.json plus any supporting files) consumed by the Azure Functions CLI host.

Install

func workload install Azure.Functions.Cli.Workloads.Workers.Go
# or by alias
func workload install go-worker

Version scheme

Mirrors the Node and Python worker workloads: a single $(WorkerVersion) (three-part SemVer) drives $(VersionPrefix). Go has no upstream worker NuGet, so $(WorkerVersion) is maintained manually in Directory.Version.props alongside any change to the static worker.config.json payload.

Ships as a NuGet prerelease (1.0.0-preview.1) via $(VersionSuffix) while the Go worker integration stabilises. func workload install won't pick up prereleases without an explicit version pin or --prerelease.

Status

Preview. Go has no upstream worker NuGet; the workload ships a static native worker.config.json under tools/any/ that points the host at a user-built Go executable (bin/app).

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.0-preview.1 200 6/2/2026

See https://github.com/Azure/azure-functions-core-tools/releases/tag/v5.0.0-preview.1

# Azure.Functions.Cli.Workloads.Workers.Go

## 1.0.0-preview.1