Skip to content

Commit e6f3370

Browse files
chore(deps): update dependency go
1 parent a66d9e7 commit e6f3370

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Install Go
4343
uses: actions/setup-go@v5
4444
with:
45-
go-version: "1.24"
45+
go-version: "1.25"
4646
# Initializes the CodeQL tools for scanning.
4747
- name: Initialize CodeQL
4848
uses: github/codeql-action/init@v3

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v4
1919
- uses: actions/setup-go@v5
2020
with:
21-
go-version: "1.24"
21+
go-version: "1.25"
2222
- name: golangci-lint
2323
uses: golangci/golangci-lint-action@v6
2424
with:

.github/workflows/performance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install Go
2020
uses: actions/setup-go@v5
2121
with:
22-
go-version: "1.24"
22+
go-version: "1.25"
2323

2424
- name: Run Head
2525
run: |

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Set up Go
3737
uses: actions/setup-go@v5
3838
with:
39-
go-version: "1.24"
39+
go-version: "1.25"
4040
- name: Cosign install
4141
uses: sigstore/cosign-installer@d58896d6a1865668819e1d91763c7751a165e159 # v3.9.2
4242
- name: Install UPX

.github/workflows/smoke.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Install Go
1313
uses: actions/setup-go@v5
1414
with:
15-
go-version: "1.24"
15+
go-version: "1.25"
1616
- name: Smoke
1717
run: |
1818
set -e
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install Go
2828
uses: actions/setup-go@v5
2929
with:
30-
go-version: "1.24"
30+
go-version: "1.25"
3131
- name: Run trufflehog
3232
run: |
3333
set -e

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install Go
2323
uses: actions/setup-go@v5
2424
with:
25-
go-version: "1.24"
25+
go-version: "1.25"
2626
- id: "auth"
2727
uses: "google-github-actions/auth@v2"
2828
with:
@@ -64,6 +64,6 @@ jobs:
6464
- name: Install Go
6565
uses: actions/setup-go@v5
6666
with:
67-
go-version: "1.24"
67+
go-version: "1.25"
6868
- name: Test
6969
run: make test-community

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/trufflesecurity/trufflehog/v3
22

33
go 1.24
44

5-
toolchain go1.24.5
5+
toolchain go1.25.1
66

77
replace github.com/jpillora/overseer => github.com/trufflesecurity/overseer v1.2.8
88

0 commit comments

Comments
 (0)