Skip to content

Commit ece8fd8

Browse files
author
Yusuke Kuoka
authored
Bump Go to 1.15 (#160)
Closes #104
1 parent dcf8524 commit ece8fd8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM golang:1.13 as builder
2+
FROM golang:1.15 as builder
33

44
ARG TARGETPLATFORM
55

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/summerwind/actions-runner-controller
22

3-
go 1.13
3+
go 1.15
44

55
require (
66
github.com/bradleyfalzon/ghinstallation v1.1.1

0 commit comments

Comments
 (0)