Skip to content

Commit 4f8c6da

Browse files
committed
feat(mod):update mod
Signed-off-by: gitsrc <34047788+gitsrc@users.noreply.github.com>
1 parent 9a8e87e commit 4f8c6da

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
lines changed

.github/workflows/depsbot.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Basic set up for three package managers
2+
3+
version: 2
4+
updates:
5+
6+
# Maintain dependencies for GitHub Actions
7+
- package-ecosystem: "github-actions"
8+
directory: "/"
9+
schedule:
10+
interval: "daily"
11+
12+
# Maintain dependencies for gomod
13+
- package-ecosystem: "gomod"
14+
directory: "/"
15+
schedule:
16+
interval: "daily"

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Go
2020
uses: actions/setup-go@v4
2121
with:
22-
go-version: '1.22.2'
22+
go-version: '1.24.0'
2323

2424
- name: Build
2525
run: |

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/IceFireDB/icefiredb-crdt-kv
22

3-
go 1.21
4-
5-
toolchain go1.22.3
3+
go 1.24.0
64

75
require (
86
github.com/dgraph-io/badger v1.6.2

0 commit comments

Comments
 (0)