We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d489c99 commit 1096e50Copy full SHA for 1096e50
.github/workflows/build.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- name: Checkout
15
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
16
- uses: reviewdog/action-staticcheck@v1
17
with:
18
github_token: ${{ secrets.github_token }}
@@ -25,12 +25,12 @@ jobs:
25
strategy:
26
fail-fast: false
27
matrix:
28
- go: [1.15, 1.16, 1.17]
+ go: [1.16, 1.17, 1.18]
29
30
31
32
- name: Setup Go
33
- uses: actions/setup-go@v2
+ uses: actions/setup-go@v3
34
35
go-version: "${{ matrix.go }}"
36
- name: Build
go.mod
@@ -1,3 +1,3 @@
1
module github.com/golang-jwt/jwt/v4
2
3
-go 1.15
+go 1.16
0 commit comments