Skip to content

⬆️ action: Bump the all-dependencies group with 1 update #191

⬆️ action: Bump the all-dependencies group with 1 update

⬆️ action: Bump the all-dependencies group with 1 update #191

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@9bb56186c3b09b4f86b1c65136769dd318469633
- 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 .