Skip to content

Update bytemare/workflows digest to 8abce84 #32

Update bytemare/workflows digest to 8abce84

Update bytemare/workflows digest to 8abce84 #32

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@d04889d9f53611ddf9e3ef03edeed2acb66be85c
with:
version: ${{ matrix.go }}