Skip to content

build(deps): bump docker/setup-buildx-action from 2 to 3 (#52) #140

build(deps): bump docker/setup-buildx-action from 2 to 3 (#52)

build(deps): bump docker/setup-buildx-action from 2 to 3 (#52) #140

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request_target:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
with:
go-version: "~1.21"
- uses: actions/checkout@v4
- name: Test
run: go test -json ./... > test.json
- name: Annotate tests
if: always()
uses: guyarb/[email protected]
with:
test-results: test.json