Skip to content

Commit f5d8d6f

Browse files
authored
Merge pull request #16 from TheThingsIndustries/feature/update
Makefile: Update dependencies
2 parents 0bdbb05 + 9d4e086 commit f5d8d6f

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,5 @@ script:
1919
deploy:
2020
provider: script
2121
script: bash travis-push.sh
22+
on:
23+
all_branches: true

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ALPINE_VERSION ?= 3.8
2-
GO_VERSION ?= 1.11.9
3-
GRPC_GATEWAY_VERSION ?= 1.8.5
2+
GO_VERSION ?= 1.11.10
3+
GRPC_GATEWAY_VERSION ?= 1.9.0
44
GRPC_JAVA_VERSION ?= 1.20.0
55
GRPC_RUST_VERSION ?= 0.6.1
66
GRPC_SWIFT_VERSION ?= 0.9.0
@@ -14,8 +14,8 @@ PROTOC_GEN_GOGO_VERSION ?= 1.2.1
1414
PROTOC_GEN_GOGOTTN_VERSION ?= 3.0.12
1515
PROTOC_GEN_LINT_VERSION ?= 0.2.1
1616
PROTOC_GEN_VALIDATE_VERSION ?= 0.0.14
17-
RUST_PROTOBUF_VERSION ?= 2.5.0
18-
RUST_VERSION ?= 1.33.0
17+
RUST_PROTOBUF_VERSION ?= 2.6.0
18+
RUST_VERSION ?= 1.34.2
1919
SWIFT_VERSION ?= 5.0.1
2020
UPX_VERSION ?= 3.95
2121

0 commit comments

Comments
 (0)