Skip to content

Commit 9a59a7a

Browse files
chore(deps): update dependency go (#3958)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3ef64be commit 9a59a7a

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.23"
45+
go-version: "1.24"
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
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/setup-go@v5
1919
with:
20-
go-version: "1.23"
20+
go-version: "1.24"
2121
- uses: actions/checkout@v4
2222
- name: golangci-lint
2323
uses: golangci/golangci-lint-action@v6

.github/workflows/performance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Install Go
1414
uses: actions/setup-go@v5
1515
with:
16-
go-version: "1.23"
16+
go-version: "1.24"
1717

1818
- name: Checkout code
1919
uses: actions/checkout@v4

.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.23"
39+
go-version: "1.24"
4040
- name: Cosign install
4141
uses: sigstore/cosign-installer@dc72c7d5c4d10cd6bcb8cf6e3fd625a9e5e537da # v3.7.0
4242
- name: Install UPX

.github/workflows/smoke.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Install Go
1111
uses: actions/setup-go@v5
1212
with:
13-
go-version: "1.23"
13+
go-version: "1.24"
1414
- name: Checkout code
1515
uses: actions/checkout@v4
1616
- name: Smoke
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install Go
2626
uses: actions/setup-go@v5
2727
with:
28-
go-version: "1.23"
28+
go-version: "1.24"
2929
- name: Checkout code
3030
uses: actions/checkout@v4
3131
- name: Run trufflehog

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install Go
2121
uses: actions/setup-go@v5
2222
with:
23-
go-version: "1.23"
23+
go-version: "1.24"
2424
- name: Checkout code
2525
uses: actions/checkout@v4
2626
- id: "auth"
@@ -62,7 +62,7 @@ jobs:
6262
- name: Install Go
6363
uses: actions/setup-go@v5
6464
with:
65-
go-version: "1.23"
65+
go-version: "1.24"
6666
- name: Checkout code
6767
uses: actions/checkout@v4
6868
- name: Test

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.23.1
44

5-
toolchain go1.24.0
5+
toolchain go1.24.2
66

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

0 commit comments

Comments
 (0)