Skip to content

fix(deps): update module github.com/descope/go-sdk to v1.6.9 (#66) #301

fix(deps): update module github.com/descope/go-sdk to v1.6.9 (#66)

fix(deps): update module github.com/descope/go-sdk to v1.6.9 (#66) #301

Workflow file for this run

name: CI
on: push
jobs:
build:
name: Build and Setup
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Build
uses: ./.github/actions/ci/build
with:
go_version-file: go.mod
lint:
name: Run Linter
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Run Linter
uses: ./.github/actions/ci/lint
with:
go_version-file: go.mod
leaks:
name: Check Leaks
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Check Leaks
uses: ./.github/actions/ci/leaks
with:
gitleaks_license: ${{ secrets.GITLEAKS_LICENSE }}