Skip to content

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

chore(deps): bump docker/setup-buildx-action from 2 to 3

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

Workflow file for this run

name: Test
on:
pull_request: {}
push:
branches:
- "master"
jobs:
build:
name: Test
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v5
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Test
run: go test -v ./...