Skip to content

chore(deps): bump actions/checkout from 5.0.0 to 6.0.0 #222

chore(deps): bump actions/checkout from 5.0.0 to 6.0.0

chore(deps): bump actions/checkout from 5.0.0 to 6.0.0 #222

Workflow file for this run

on: push
name: Test
permissions:
contents: read
jobs:
test:
name: Go unit tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
with:
go-version-file: "go.mod"
- run: go test ./...