Skip to content

Update module github.com/bytemare/ksf to v0.4.0 #25

Update module github.com/bytemare/ksf to v0.4.0

Update module github.com/bytemare/ksf to v0.4.0 #25

Workflow file for this run

name: Run Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions: {}
jobs:
Test:
strategy:
fail-fast: false
matrix:
go: [ '1.24', '1.23', '1.22' ]
uses: bytemare/workflows/.github/workflows/test-go.yaml@696fab4908e73675d0c90d77637ecaed7e93e978
with:
version: ${{ matrix.go }}