Skip to content

Bump actions/setup-go from 6 to 7 in the github-actions group across 1 directory #704

Bump actions/setup-go from 6 to 7 in the github-actions group across 1 directory

Bump actions/setup-go from 6 to 7 in the github-actions group across 1 directory #704

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v7
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v7
with:
go-version: "1.26.4"
- name: Compile FireFly CLI
run: make