/
Downloading the Go agent

Downloading the Go agent

Agent File

Depending on your OS, the SeaLights Go Agent files can be downloaded from:

Where OS_ARCH is one of: darwin-amd64, darwin-arm64, linux-amd64, linux-arm64

Download a token from the SeaLights dashboard and place the sltoken.txt file in the working directory.
See 'Generating an Agent token' for instructions on how to generate a token.

Sample script

echo "[Sealights] Downloading Sealights Golang & CLI Agents..." wget -nv -O sealights-go-agent.tar.gz https://agents.sealights.co/slgoagent/latest/slgoagent-linux-amd64.tar.gz wget -nv -O sealights-slcli.tar.gz https://agents.sealights.co/slcli/latest/slcli-linux-amd64.tar.gz tar -xzf ./sealights-go-agent.tar.gz && tar -xzf ./sealights-slcli.tar.gz rm -f ./sealights-go-agent.tar.gz ./sealights-slcli.tar.gz ./slgoagent -v 2> /dev/null | grep version && ./slcli -v 2> /dev/null | grep version

 

Related content

Using Go Agent - Initializing agent and Generating a session ID
Using Go Agent - Initializing agent and Generating a session ID
More like this
Using Go Agent - Scanning a build
Using Go Agent - Scanning a build
Read with this
Generating an Agent token
Generating an Agent token
More like this
SeaLights Go agent
SeaLights Go agent
Read with this
Downloading the Legacy .NET agent files
Downloading the Legacy .NET agent files
More like this
Using Go Agent - Running your instrumented application for testing
Using Go Agent - Running your instrumented application for testing
Read with this