Skip to content

Bump actions/checkout from 4.1.1 to 4.1.5 #131

Bump actions/checkout from 4.1.1 to 4.1.5

Bump actions/checkout from 4.1.1 to 4.1.5 #131

Workflow file for this run

name: buildstatus
on:
push:
pull_request:
paths-ignore:
- 'README.md'
- 'LICENSE'
branches:
- master
permissions:
contents: read
jobs:
xgo:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
-
name: Checkout
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
with:
path: |
~/.cache/go-build
~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
-
name: Build
uses: crazy-max/ghaction-xgo@682253ce1d3dd7a78c5120c703c9f3811dbf8cb2 # v3.0.0
with:
xgo_version: latest
go_version: 1.21
dest: build
prefix: ftrove
targets: windows/amd64,linux/amd64
v: true
x: false
race: false
ldflags: -s -w
buildmode: default
trimpath: true
pkg: ./cmd/ftrove