diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 397001d..18a9c00 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -13,7 +13,7 @@ jobs: - name: Install Go uses: actions/setup-go@v2 with: - go-version: 1.20.x + go-version: 1.24.x - name: Checkout code uses: actions/checkout@v2 - name: Test diff --git a/README.md b/README.md index 00c5edd..7a30866 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Imitation is the sincerest form of flattery. But seriously, https://github.com/reorx/httpstat is the new hotness, and this is a shameless rip off. ## Installation -`httpstat` requires Go 1.20 or later. +`httpstat` requires Go 1.24 or later. ``` go install github.com/davecheney/httpstat@latest ``` diff --git a/go.mod b/go.mod index 13d4f4f..e8d5618 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/davecheney/httpstat -go 1.20 +go 1.24 require github.com/fatih/color v1.14.1