Skip to content
This repository has been archived by the owner on Aug 25, 2022. It is now read-only.

Commit

Permalink
Merge pull request #53 from hellofresh/hotfix/docs-url
Browse files Browse the repository at this point in the history
Removed gitbooks link
  • Loading branch information
vgarvardt authored Aug 5, 2020
2 parents c790047 + eb67669 commit da426d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: go

go:
- "1.11"
- "1.12"
- "1.13"
- "1.14"
- stable

install:
Expand All @@ -16,4 +16,3 @@ script:
- make test
- $GOPATH/bin/overalls -project=github.com/hellofresh/kandalf -covermode=count
- if [ "$TRAVIS_SECURE_ENV_VARS" == "true" ]; then bash <(curl -s https://codecov.io/bash) -f overalls.coverprofile; fi

3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The main idea is to read messages from provided exchanges in [RabbitMQ](https://

Application uses intermediate permanent storage for keeping read messages in case of Kafka unavailability.

Service is written in Go language and can be build with go compiler of version 1.6 and above.
Service is written in Go language and can be build with go compiler of version 1.12 and above.

## Configuring

Expand Down Expand Up @@ -110,6 +110,5 @@ To start contributing, please check [CONTRIBUTING](CONTRIBUTING.md).

## Documentation

* Kandalf Docs: https://hellofresh.gitbooks.io/kandalf
* Kandalf Go Docs: https://godoc.org/github.com/hellofresh/kandalf
* Go lang: https://golang.org/
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/hellofresh/kandalf

go 1.12
go 1.14

require (
github.com/Shopify/sarama v1.17.0
Expand Down

0 comments on commit da426d2

Please sign in to comment.