Skip to content

Commit 19011b2

Browse files
committed
Update golang version & docker-compose configuration
1 parent 01133e4 commit 19011b2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018 Docker Framework
3+
Copyright (c) 2019 Docker Framework
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

docker-compose.skeleton.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: '3.2'
1+
version: '3.5'
22

33
services:
44

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: '3.2'
1+
version: '3.5'
22

33
services:
44

@@ -16,5 +16,5 @@ services:
1616
- ./data/golang:/go
1717
privileged: true
1818
environment:
19-
- GOLANG_VERSION=1.11
19+
- GOLANG_VERSION=1.12
2020

0 commit comments

Comments
 (0)