Skip to main content

Quickstart

Install the Dagger SDK

The next step is to install the Dagger SDK for your preferred language. Select from the options below.

note

The Dagger Go SDK requires Go 1.20 or later.

Create a new Go module and install the Dagger Go SDK using the commands below:

go mod init main
go get dagger.io/dagger