Skip to content

build(deps): bump goreleaser/goreleaser-action from 4 to 5 #25

build(deps): bump goreleaser/goreleaser-action from 4 to 5

build(deps): bump goreleaser/goreleaser-action from 4 to 5 #25

Workflow file for this run

# SPDX-FileCopyrightText: 2023 Iván SZKIBA
#
# SPDX-License-Identifier: AGPL-3.0-only
name: test
on: [push, pull_request, workflow_dispatch]
jobs:
test:
name: Test
strategy:
matrix:
platform:
- ubuntu-latest
- macos-latest
- windows-latest
runs-on: ${{matrix.platform}}
steps:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: 1.20.x
- name: Checkout code
uses: actions/checkout@v3
- name: Test
uses: magefile/mage-action@v1
with:
version: latest
args: test