Bump Go to 1.15 (#160)

Closes #104
This commit is contained in:
Yusuke Kuoka 2020-11-10 17:16:04 +09:00 committed by GitHub
parent dcf8524b5c
commit ece8fd8fe4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# Build the manager binary
FROM golang:1.13 as builder
FROM golang:1.15 as builder
ARG TARGETPLATFORM

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/summerwind/actions-runner-controller
go 1.13
go 1.15
require (
github.com/bradleyfalzon/ghinstallation v1.1.1