Skip to content

Commit

Permalink
Bump to go min go version (1.17 to 1.21)
Browse files Browse the repository at this point in the history
  • Loading branch information
hahwul committed May 21, 2024
1 parent 3673d5e commit 6955ce1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 302 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: ["1.17", "1.18", "1.19", "1.20"]
go: ["1.21", "1.22"]
steps:
- name: Set up Go ${{ matrix.go }}
uses: actions/setup-go@v4
Expand Down
5 changes: 2 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
module github.com/hahwul/jwt-hack

go 1.17
go 1.21

require (
github.com/briandowns/spinner v1.23.0
github.com/golang-jwt/jwt/v5 v5.2.1
github.com/logrusorgru/aurora v2.0.3+incompatible
github.com/sirupsen/logrus v1.9.3
github.com/spf13/cobra v1.8.0
)

require (
github.com/fatih/color v1.17.0 // indirect
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/magefile/mage v1.15.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/spf13/pflag v1.0.5 // indirect
Expand Down
Loading

0 comments on commit 6955ce1

Please sign in to comment.