Skip to content

Merge pull request #494 from release-engineering/dependabot/go_module… #1171

Merge pull request #494 from release-engineering/dependabot/go_module…

Merge pull request #494 from release-engineering/dependabot/go_module… #1171

Workflow file for this run

name: Go
on:
push:
branches: [ main ]
tags: [ v* ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
# we don't want a shallow clone because we want to use "git describe"
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.23
- name: Run all checks
run: make all
- name: Send coverage
uses: shogo82148/actions-goveralls@v1
with:
path-to-profile: coverage.out