Skip to content

Merge pull request #38 from bootjp/renovate/actions-checkout-5.x #186

Merge pull request #38 from bootjp/renovate/actions-checkout-5.x

Merge pull request #38 from bootjp/renovate/actions-checkout-5.x #186

Workflow file for this run

on: [push, pull_request]
name: Test
jobs:
test:
strategy:
matrix:
go-version: [1.23.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/setup-go@v6
with:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
- run: go test ./...