Skip to content

build(deps): bump github.com/go-jose/go-jose/v4 from 4.1.3 to 4.1.4 in /snippets #1737

build(deps): bump github.com/go-jose/go-jose/v4 from 4.1.3 to 4.1.4 in /snippets

build(deps): bump github.com/go-jose/go-jose/v4 from 4.1.3 to 4.1.4 in /snippets #1737

Workflow file for this run

on:
pull_request:
name: Run Snippets
jobs:
samples:
strategy:
matrix:
go-version: [1.25.x, 1.26.x]
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v6
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v6
- name: Run snippets
working-directory: ./snippets
run: go test -short