Skip to content

chore(deps): bump actions/checkout from 4.2.2 to 5.0.0 #206

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

chore(deps): bump actions/checkout from 4.2.2 to 5.0.0 #206

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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
with:
go-version-file: "go.mod"
- run: go test ./...