Skip to content

build(deps): bump actions/setup-go from 4.1.0 to 5.0.0 #134

build(deps): bump actions/setup-go from 4.1.0 to 5.0.0

build(deps): bump actions/setup-go from 4.1.0 to 5.0.0 #134

Workflow file for this run

name: Go Build
on: [push, pull_request]
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: "Checkout"
uses: actions/[email protected]
with:
fetch-depth: 0
- name: "Set up Go"
uses: actions/[email protected]
with:
go-version: "1.20"
cache: true
- name: Run GoReleaser
uses: goreleaser/[email protected]
with:
distribution: goreleaser
version: latest
args: build --snapshot --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload artifacts
uses: actions/[email protected]
with:
name: artifacts-${{ matrix.os }}
path: dist