Skip to content

Commit

Permalink
bump go -> 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
tarunKoyalwar committed Nov 16, 2023
1 parent b83bb91 commit 3c6a934
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.20.x
go-version: 1.21.x

- name: Check out code
uses: actions/checkout@v4
Expand Down
2 changes: 0 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module github.com/projectdiscovery/rawhttp

go 1.21

toolchain go1.21.3

require (
github.com/julienschmidt/httprouter v1.3.0
github.com/projectdiscovery/fastdialer v0.0.44
Expand Down

0 comments on commit 3c6a934

Please sign in to comment.