Skip to content

build(deps): bump docker/setup-buildx-action from 3.3.0 to 3.6.1 #248

build(deps): bump docker/setup-buildx-action from 3.3.0 to 3.6.1

build(deps): bump docker/setup-buildx-action from 3.3.0 to 3.6.1 #248

Workflow file for this run

name: Test
on:
push:
jobs:
test:
name: Test
strategy:
matrix:
go: [ '1.22' ]
platform: [ ubuntu-latest, macos-latest, windows-latest ]
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- name: Test
run: go test ./...