chore: update CI build script

This commit is contained in:
Daniel G. Taylor 2022-01-16 15:11:02 -08:00
parent fc06489523
commit ac05b9c98f
No known key found for this signature in database
GPG key ID: 74AE195C5112E534

View file

@ -2,13 +2,13 @@ name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-16.04
runs-on: ubuntu-latest
name: Build & Test
steps:
- uses: actions/checkout@v2
- name: Setup go
uses: actions/setup-go@v1
with:
go-version: "1.13"
go-version: "1.17"
- run: go test -coverprofile=coverage.txt -covermode=atomic ./...
- uses: codecov/codecov-action@v1