mirror of
https://forgejo.merr.is/annika/jwtauth.git
synced 2025-12-13 07:39:58 -05:00
ci update: jwx/v2 is using go 1.18+ type, set jwtauth pkg min to go 1.18 (#74)
This commit is contained in:
parent
84b5aa8ecb
commit
c5c2c95d0a
2 changed files with 23 additions and 3 deletions
13
.github/workflows/ci.yml
vendored
13
.github/workflows/ci.yml
vendored
|
|
@ -1,4 +1,13 @@
|
|||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches: '**'
|
||||
paths-ignore:
|
||||
- 'docs/**'
|
||||
pull_request:
|
||||
branches: '**'
|
||||
paths-ignore:
|
||||
- 'docs/**'
|
||||
|
||||
name: Test
|
||||
jobs:
|
||||
test:
|
||||
|
|
@ -12,7 +21,7 @@ jobs:
|
|||
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: [1.16.x, 1.17.x, 1.18.x, 1.19.x]
|
||||
go-version: [1.18.x, 1.19.x]
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue