Skip to content

Commit 68167ae

Browse files
authored
Merge pull request #4 from akashshinde/go-mod-support
- Use f29/golang builder image (go 1.11) - Add files generated by go mod init - Remove s2i directory
2 parents fcde194 + a62583d commit 68167ae

File tree

5 files changed

+6
-27
lines changed

5 files changed

+6
-27
lines changed

.openshiftio/application.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ objects:
5656
sourceStrategy:
5757
from:
5858
kind: DockerImage
59-
name: 'centos/go-toolset-7-centos7'
59+
name: 'registry.fedoraproject.org/f29/golang'
6060
incremental: true
6161
status:
6262
lastVersion: 0

.s2i/bin/assemble

Lines changed: 0 additions & 21 deletions
This file was deleted.

.s2i/bin/run

Lines changed: 0 additions & 5 deletions
This file was deleted.

go.mod

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module github.com/golang-starters/golang-health-check
2+
3+
require github.com/elazarl/go-bindata-assetfs v1.0.0

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
github.com/elazarl/go-bindata-assetfs v1.0.0 h1:G/bYguwHIzWq9ZoyUQqrjTmJbbYn3j3CKKpKinvZLFk=
2+
github.com/elazarl/go-bindata-assetfs v1.0.0/go.mod h1:v+YaWX3bdea5J/mo8dSETolEo7R71Vk1u8bnjau5yw4=

0 commit comments

Comments
 (0)