Skip to content

chore: deps(github): bump Action tag for actions/setup-go from 4a3601... #4481

chore: deps(github): bump Action tag for actions/setup-go from 4a3601...

chore: deps(github): bump Action tag for actions/setup-go from 4a3601... #4481

Workflow file for this run

name: Run unitest on push and pull request
on:
push:
pull_request:
jobs:
unitest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
- uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
with:
go-version-file: "go.mod"
- run: |
make test