Merge pull request #8 from Lokowitz/sync-go-version

Sync go version
This commit is contained in:
Owen Schwartz
2025-09-21 20:11:38 -04:00
committed by GitHub
4 changed files with 18 additions and 2 deletions

10
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@@ -0,0 +1,10 @@
## Community Contribution License Agreement
By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.
## Description
## How to test?

6
.github/dependabot.yml vendored Normal file
View File

@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"

View File

@@ -1 +1 @@
1.23.2
1.25

2
go.mod
View File

@@ -1,3 +1,3 @@
module github.com/fosrl/badger
go 1.23.1
go 1.25