Skip to content

test-workflow

test-workflow #2

Workflow file for this run

name: Go
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
architecture: x64
- name: Set up task
uses: pnorton5432/setup-task@v1
- name: Install build dependencies
run: go install github.com/gonutz/rsrc@latest
- name: Install UPX
uses: crazy-max/ghaction-upx@v3
with:
install-only: true
- name: Build and pack binaries
run: task pack