Skip to content

Commit 32e486b

Browse files
committed
Update
1 parent 69f14ae commit 32e486b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
go: ["1.18", "1.19", "1.20", "1.21", "1.22"]
16+
go: ["1.21", "1.22"]
1717
steps:
1818
- name: Set up Go ${{ matrix.go }}
1919
uses: actions/setup-go@v4

go.mod

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

3-
go 1.18
3+
go 1.21
44

55
require (
66
github.com/briandowns/spinner v1.23.0

0 commit comments

Comments
 (0)