Skip to content

Commit

Permalink
Bump default version (#794)
Browse files Browse the repository at this point in the history
To have the agent version that support both int and string task ids
  • Loading branch information
fkorotkov authored Sep 30, 2024
1 parent 5b4e3d0 commit dec8c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/executor/platform/platform.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const (
agentImageBase = "ghcr.io/cirruslabs/cirrus-cli:v"

// DefaultAgentVersion represents the default version of the https://github.com/cirruslabs/cirrus-ci-agent to use.
DefaultAgentVersion = "0.119.0"
DefaultAgentVersion = "0.127.1"
)

type CopyCommand struct {
Expand Down

0 comments on commit dec8c3a

Please sign in to comment.