Skip to content

Commit 809836f

Browse files
committed
chore: update dependencies
1 parent 8814532 commit 809836f

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.golangci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ run:
4242
# Define the Go version limit.
4343
# Mainly related to generics support since go1.18.
4444
# Default: use Go version from the go.mod file, fallback on the env var `GOVERSION`, fallback on 1.17
45-
go: "1.26.3"
45+
go: "1.26.4"
4646

4747
linters:
4848
# Enable specific linter

.pre-commit/unit-test-hook

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ hook() {
2121
local root_dir
2222
root_dir=$(git rev-parse --show-toplevel)
2323

24-
local toolchain_version="1.26.3"
24+
local toolchain_version="1.26.4"
2525
if [[ -f "${root_dir}/.project-settings.env" ]]; then
2626
# shellcheck disable=SC1090
2727
source "${root_dir}/.project-settings.env"

.project-settings.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GOLANGCI_LINT_VERSION=v2.12.2
22
BUF_VERSION=v1.69.0
3-
GO_VERSION=1.26.3
3+
GO_VERSION=1.26.4
44
GCI_PREFIX=github.com/hyp3rd/hypercache
55
PROTO_ENABLED=false

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ include .project-settings.env
22

33
GOLANGCI_LINT_VERSION ?= v2.12.2
44
BUF_VERSION ?= v1.69.0
5-
GO_VERSION ?= 1.26.3
5+
GO_VERSION ?= 1.26.4
66
GCI_PREFIX ?= github.com/hyp3rd/hypercache
77
PROTO_ENABLED ?= true
88

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/hyp3rd/hypercache
22

3-
go 1.26.3
3+
go 1.26.4
44

55
require (
66
github.com/cespare/xxhash/v2 v2.3.0

0 commit comments

Comments
 (0)