Skip to content

⬆️ action: Bump actions/checkout from 4.1.2 to 4.1.4 in the all-depen… #195

⬆️ action: Bump actions/checkout from 4.1.2 to 4.1.4 in the all-depen…

⬆️ action: Bump actions/checkout from 4.1.2 to 4.1.4 in the all-depen… #195

Workflow file for this run

name: build
on:
push:
branches:
- main
paths-ignore:
- '*.md'
pull_request:
branches:
- main
paths-ignore:
- '*.md'
jobs:
build:
runs-on: ubuntu-latest
concurrency:
group: build-${{ github.ref }}
cancel-in-progress: true
permissions: read-all
env:
CI: true
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
with:
go-version-file: 'go.mod'
cache: true
- run: go get -v -t -d ./...
- run: go test -v ./...
- run: go build -v .