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

Diff for: .openshiftio/application.yaml

+1-1
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

Diff for: .s2i/bin/assemble

-21
This file was deleted.

Diff for: .s2i/bin/run

-5
This file was deleted.

Diff for: go.mod

+3
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

Diff for: go.sum

+2
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)