Skip to content

⬆️ go: Bump github.com/cli/go-gh/v2 from 2.11.2 to 2.12.0 in the all-dependencies group #229

⬆️ go: Bump github.com/cli/go-gh/v2 from 2.11.2 to 2.12.0 in the all-dependencies group

⬆️ go: Bump github.com/cli/go-gh/v2 from 2.11.2 to 2.12.0 in the all-dependencies group #229

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/[email protected]
- uses: actions/[email protected]
with:
go-version-file: 'go.mod'
cache: true
- run: go get -v -t ./...
- run: go test -v ./...
- run: go build -v .