Skip to content

chore: use go-version-file instead of specifying version #266

chore: use go-version-file instead of specifying version

chore: use go-version-file instead of specifying version #266

Workflow file for this run

name: Run CI
on: [pull_request]
jobs:
build:
name: Run CI
runs-on: ubuntu-latest
steps:
- name: Check out the code
uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
id: go
- name: Make CI
run: make ci
- name: Upload test coverage
uses: codecov/codecov-action@v2
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: coverage.out
verbose: true