@@ -20,7 +20,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
- go-version: 1.25
+ go-version: 1.24
- name: Build
run: go build ./...
@@ -1,4 +1,4 @@
-FROM golang:1.25 AS build
+FROM golang:1.24 AS build
WORKDIR /go/src/github.com/zricethezav/gitleaks
COPY . .
RUN VERSION=$(git describe --tags --abbrev=0) && \
@@ -1,6 +1,6 @@
module github.com/zricethezav/gitleaks/v8
-go 1.25.4
+go 1.24.11
require (
github.com/BobuSumisu/aho-corasick v1.0.3