Skip to content

Commit 88b1cc1

Browse files
Mzack9999dependabot[bot]
authored andcommitted
go bump
1 parent 25db5f3 commit 88b1cc1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Go
1616
uses: actions/setup-go@v6
1717
with:
18-
go-version: 1.21.x
18+
go-version: 1.24.x
1919

2020
- name: Check out code
2121
uses: actions/checkout@v4

.github/workflows/lint-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up Go
1414
uses: actions/setup-go@v6
1515
with:
16-
go-version: 1.21.x
16+
go-version: 1.24.x
1717
- name: Run golangci-lint
1818
uses: golangci/[email protected]
1919
with:

go.mod

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

3-
go 1.22.2
3+
go 1.24.0
44

55
require (
66
github.com/json-iterator/go v1.1.12

0 commit comments

Comments
 (0)