Skip to content

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

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

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

Workflow file for this run

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