Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: go 1.15
  • Loading branch information
23doors committed Aug 16, 2020
commit 60f56db739e191ff1e3f2d840e989a894be05388
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.14
FROM golang:1.15

ENV SQUASHFUSE_VERSION=0.1.103 \
GOPROXY=https://proxy.golang.org
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Dependencies

- Golang version 1.14.
- Golang version 1.15.
- docker 17.03+ and docker-compose (`pip install docker-compose`).

## Testing
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/Syncano/codebox

go 1.14
go 1.15

require (
contrib.go.opencensus.io/exporter/jaeger v0.2.1
Expand Down