Skip to content

Commit f98c221

Browse files
authored
Merge branch 'main' into bump-meilisearch-v1.6.0
2 parents 5b7c1a3 + 0b52e5e commit f98c221

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/pre-release-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
name: integration-tests-against-rc (go ${{ matrix.tag }} version)
2525
steps:
2626
- name: Set up Go ${{ matrix.go }}
27-
uses: actions/setup-go@v4
27+
uses: actions/setup-go@v5
2828
with:
2929
go-version: ${{ matrix.go }}
3030
- name: Check out code into the Go module directory

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: linter
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/setup-go@v4
17+
- uses: actions/setup-go@v5
1818
with:
1919
go-version: 1.17
2020
- uses: actions/checkout@v4
@@ -47,7 +47,7 @@ jobs:
4747
name: integration-tests (go ${{ matrix.tag }} version)
4848
steps:
4949
- name: Set up Go ${{ matrix.go }}
50-
uses: actions/setup-go@v4
50+
uses: actions/setup-go@v5
5151
with:
5252
go-version: ${{ matrix.go }}
5353
- name: Check out code into the Go module directory

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020-2022 Meili SAS
3+
Copyright (c) 2020-2024 Meili SAS
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)