Skip to content

Bump gopkg.in/go-jose/go-jose.v2 from 2.6.2 to 2.6.3 in /examples/gin-example #420

Bump gopkg.in/go-jose/go-jose.v2 from 2.6.2 to 2.6.3 in /examples/gin-example

Bump gopkg.in/go-jose/go-jose.v2 from 2.6.2 to 2.6.3 in /examples/gin-example #420

Workflow file for this run

name: test
on:
push:
branches:
- "master"
pull_request:
types: [opened, synchronize]
branches:
- "*"
jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: checkout code
uses: actions/checkout@v4
- name: install go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
check-latest: true
- name: test
run: make test
- name: upload coverage to codecov
uses: codecov/codecov-action@4fe8c5f003fae66aa5ebb77cfd3e7bfbbda0b6b0 # [email protected]
with:
files: coverage.out
fail_ci_if_error: false
verbose: true