Skip to content

Commit 39b61d3

Browse files
committed
v0.4.1
1 parent 6b5196d commit 39b61d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ func main() {
5757
flag.BoolVar(&enableRunnerMetrics, "enable-runner-metrics", false, "Enable to expose runner metrics using prometheus exporter.")
5858
flag.StringVar(&exporterImage, "exporter-image", "ghcr.io/kaidotdev/github-actions-exporter/github-actions-exporter:v0.1.1", "Docker Image of exporter used by exporter container")
5959
flag.StringVar(&kanikoImage, "kaniko-image", "gcr.io/kaniko-project/executor:v1.23.0", "Docker Image of kaniko used by builder container")
60-
flag.StringVar(&binaryVersion, "binary-version", "0.4.0", "Version of own runner binary")
61-
flag.StringVar(&runnerVersion, "runner-version", "2.320.0", "Version of GitHub Actions runner")
60+
flag.StringVar(&binaryVersion, "binary-version", "0.4.1", "Version of own runner binary")
61+
flag.StringVar(&runnerVersion, "runner-version", "2.321.0", "Version of GitHub Actions runner")
6262
flag.BoolVar(&disableupdate, "disableupdate", false, "Disable self-hosted runner automatic update to the latest released version")
6363
opts := zap.Options{}
6464
opts.BindFlags(flag.CommandLine)

0 commit comments

Comments
 (0)