Skip to content

Commit 171fb76

Browse files
chore(deps): update dependency go to v1.24.1
1 parent 544cf23 commit 171fb76

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

.github/workflows/codeql-analysis.yml

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+2-2
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

+2-2
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

+2-2
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.1
66

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

@@ -108,6 +108,7 @@ require (
108108
golang.org/x/oauth2 v0.25.0
109109
golang.org/x/sync v0.11.0
110110
golang.org/x/text v0.22.0
111+
golang.org/x/time v0.8.0
111112
google.golang.org/api v0.214.0
112113
google.golang.org/protobuf v1.36.5
113114
gopkg.in/h2non/gock.v1 v1.1.2
@@ -311,7 +312,6 @@ require (
311312
golang.org/x/mod v0.22.0 // indirect
312313
golang.org/x/sys v0.30.0 // indirect
313314
golang.org/x/term v0.29.0 // indirect
314-
golang.org/x/time v0.8.0 // indirect
315315
golang.org/x/tools v0.29.0 // indirect
316316
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
317317
google.golang.org/genproto v0.0.0-20241118233622-e639e219e697 // indirect

0 commit comments

Comments
 (0)