Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
with:
go-version: '1.23'
go-version: '1.24'
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
name: Set up Node
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Annotate tests
if: always()
uses: guyarb/golang-test-annotations@9ab2ea84a399d03ffd114bf49dd23ffadc794541 # v0.6.0
uses: guyarb/golang-test-annotations@2941118d7ef622b1b3771d1ff6eae9e90659eb26 # v0.8.0
with:
test-results: test.json

6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ services:
xatu-vector-http-kafka:
profiles:
- ""
image: timberio/vector:0.34.1-alpine
image: timberio/vector:0.45.0-alpine
container_name: xatu-vector-http-kafka
volumes:
- ./deploy/local/docker-compose/vector-http-kafka.yaml:/etc/vector/vector.yaml
Expand All @@ -394,7 +394,7 @@ services:
xatu-vector-kafka-clickhouse:
profiles:
- ""
image: timberio/vector:0.37.1-alpine
image: timberio/vector:0.45.0-alpine
container_name: xatu-vector-kafka-clickhouse
volumes:
- ./deploy/local/docker-compose/vector-kafka-clickhouse.yaml:/etc/vector/vector.yaml
Expand Down Expand Up @@ -427,7 +427,7 @@ services:
xatu-vector-kafka-clickhouse-libp2p:
profiles:
- ""
image: timberio/vector:0.37.1-alpine
image: timberio/vector:0.45.0-alpine
volumes:
- ./deploy/local/docker-compose/vector-kafka-clickhouse-libp2p.yaml:/etc/vector/vector.yaml
networks:
Expand Down
Loading