Skip to content

build(deps): bump the docker group with 4 updates (#367) #783

build(deps): bump the docker group with 4 updates (#367)

build(deps): bump the docker group with 4 updates (#367) #783

Workflow file for this run

name: Test
permissions:
contents: read
on:
push:
branches:
- main
pull_request: {}
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
with:
fetch-depth: 0
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32
with:
go-version: 1.22.x
cache: true
- name: test
run: go test ./...