Skip to content

Update docker/setup-buildx-action digest to 6a25f98 - autoclosed #10

Update docker/setup-buildx-action digest to 6a25f98 - autoclosed

Update docker/setup-buildx-action digest to 6a25f98 - autoclosed #10

Workflow file for this run

name: Test
on:
pull_request:
push:
branches: [main]
jobs:
test:
name: Testing
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Test
run: go test -timeout 30s