Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
go 1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
magnushoerberg committed Jan 27, 2021
1 parent 17f4177 commit 4fe9e5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: go
go:
- "1.14"
- "1.15"
before_script: if ! [[ $TRAVIS_TAG ]]; then export LAST_TAG=$(git tag --list | tail -1); export VERSION=$LAST_TAG-$(git rev-list $LAST_TAG..HEAD --count); else export VERSION=$TRAVIS_TAG; fi
script:
- bash ./scripts/package.sh
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/cloudkarafka/cloudkarafka-manager

go 1.14
go 1.15

require (
github.com/confluentinc/confluent-kafka-go v1.5.2
Expand Down

0 comments on commit 4fe9e5c

Please sign in to comment.