File tree 4 files changed +7
-3
lines changed
4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 8
8
name : Test
9
9
strategy :
10
10
matrix :
11
- pg-version : ['11 ', '12 ']
11
+ pg-version : ['12 ', '13 ']
12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- name : Checkout code
Original file line number Diff line number Diff line change
1
+ v7.0.0
2
+ ----------
3
+ * Test on PG12 and 13
4
+
1
5
v6.5.0
2
6
----------
3
7
* Include contact.ticket_count as tickets in index
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Simple service for indexing RapidPro contacts into ElasticSearch.
8
8
9
9
# Deploying
10
10
11
- As Indexer is a go application, it compiles to a binary and that binary along with the config file is all
11
+ As Indexer is a Go application, it compiles to a binary and that binary along with the config file is all
12
12
you need to run it on your server. You can find bundles for each platform in the
13
13
[ releases directory] ( https://github.com/nyaruka/rp-indexer/releases ) . You should only run a single indexer
14
14
instance for a deployment.
Original file line number Diff line number Diff line change 1
- FROM golang:1.16.6 -alpine3.14
1
+ FROM golang:1.17.3 -alpine3.14
2
2
3
3
WORKDIR /app
4
4
You can’t perform that action at this time.
0 commit comments