Skip to content

Merge pull request #143 from krakend/sc-510/add-support-for-x5t-s256-… #130

Merge pull request #143 from krakend/sc-510/add-support-for-x5t-s256-…

Merge pull request #143 from krakend/sc-510/add-support-for-x5t-s256-… #130

Workflow file for this run

name: Go
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: "1.23"
- name: Test
run: make test