We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcf8524 commit ece8fd8Copy full SHA for ece8fd8
Dockerfile
@@ -1,5 +1,5 @@
1
# Build the manager binary
2
-FROM golang:1.13 as builder
+FROM golang:1.15 as builder
3
4
ARG TARGETPLATFORM
5
go.mod
@@ -1,6 +1,6 @@
module github.com/summerwind/actions-runner-controller
-go 1.13
+go 1.15
require (
6
github.com/bradleyfalzon/ghinstallation v1.1.1
0 commit comments