Skip to content

Commit

Permalink
Bump agent's version (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
edigaryev authored Feb 11, 2021
1 parent ac7beb6 commit c95096d
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 = "gcr.io/cirrus-ci-community/cirrus-ci-agent:v"

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

type Platform interface {
Expand Down

0 comments on commit c95096d

Please sign in to comment.