Skip to content

⬆️ action: Bump the all-dependencies group with 2 updates (#64) #173

⬆️ action: Bump the all-dependencies group with 2 updates (#64)

⬆️ action: Bump the all-dependencies group with 2 updates (#64) #173

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@f43a0e5ff2bd294095638e18286ca9a3d1956744
- uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe
with:
go-version-file: 'go.mod'
cache: true
- run: go get -v -t -d ./...
- run: go test -v ./...
- run: go build -v .