Skip to content

Merge pull request #99 from integrii/codex/update-module-to-latest-go… #18

Merge pull request #99 from integrii/codex/update-module-to-latest-go…

Merge pull request #99 from integrii/codex/update-module-to-latest-go… #18

Workflow file for this run

name: Go Tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.24'
- name: Run tests
run: go test ./...