File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 4848 - 9200:9200
4949 options : --health-cmd="curl http://localhost:9200/_cluster/health" --health-interval=10s --health-timeout=5s --health-retries=10
5050 kibana :
51- image : docker.elastic.co/kibana/kibana:9.0.3 @sha256:c4c00a485fbc3619d8373f3bc74e9dd5b5a34380ef50442be4366e8fb57cd50a
51+ image : docker.elastic.co/kibana/kibana:9.1.2 @sha256:dea5d20df42e6833966deceadb10ecdbf85970b704d17b0abfc3b485622c1a08
5252 env :
5353 SERVER_NAME : kibana
5454 ELASTICSEARCH_HOSTS : http://elasticsearch:9200
7979 options : --restart="unless-stopped"
8080
8181 steps :
82- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
82+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
8383 - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
8484 with :
8585 go-version-file : ' go.mod'
Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 timeout-minutes : 5
2020 steps :
21- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
21+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2222 - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
2323 with :
2424 go-version-file : ' go.mod'
3434 name : Lint
3535 runs-on : ubuntu-latest
3636 steps :
37- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
37+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3838 - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
3939 with :
4040 go-version-file : ' go.mod'
@@ -128,7 +128,7 @@ jobs:
128128 - ' 8.17.0'
129129 - ' 9.0.3'
130130 steps :
131- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
131+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
132132 - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
133133 with :
134134 go-version-file : ' go.mod'
Original file line number Diff line number Diff line change 1818 build :
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
21+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2222 - name : Setup Go
2323 uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
2424 with :
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ services:
1111 ports :
1212 - " 9200:9200/tcp"
1313 set-kibana-password :
14- image : docker.elastic.co/kibana/kibana:9.0.3 @sha256:c4c00a485fbc3619d8373f3bc74e9dd5b5a34380ef50442be4366e8fb57cd50a
14+ image : docker.elastic.co/kibana/kibana:9.1.2 @sha256:dea5d20df42e6833966deceadb10ecdbf85970b704d17b0abfc3b485622c1a08
1515 restart : on-failure
1616 links :
1717 - elasticsearch
@@ -22,7 +22,7 @@ services:
2222 elasticsearch :
2323 condition : service_started
2424 kibana :
25- image : docker.elastic.co/kibana/kibana:9.0.3 @sha256:c4c00a485fbc3619d8373f3bc74e9dd5b5a34380ef50442be4366e8fb57cd50a
25+ image : docker.elastic.co/kibana/kibana:9.1.2 @sha256:dea5d20df42e6833966deceadb10ecdbf85970b704d17b0abfc3b485622c1a08
2626 environment :
2727 SERVER_NAME : kibana
2828 ELASTICSEARCH_HOSTS : http://es:9200
You can’t perform that action at this time.
0 commit comments