oh-my-posh/.github/workflows/composite/bootstrap-go/action.yml
2024-02-13 11:52:32 +01:00

13 lines
348 B
YAML

# yaml-language-server: $schema=https://json.schemastore.org/github-action.json
name: 'Setup Go'
description: 'Install Go and override with the custom build'
branding:
icon: download
color: purple
runs:
using: "composite"
steps:
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
with:
go-version: '1.22.0'