Update dependencies and go.mod spec

Closes #1322
This commit is contained in:
2022-04-21 19:11:01 -04:00
parent 9e59db8b32
commit 6effd9fba8
3 changed files with 11 additions and 7 deletions

View File

@@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@v3
- name: GOFMT Check
if: matrix.go == '1.17.x' && matrix.os == 'ubuntu-latest'
if: matrix.go == '1.18.x' && matrix.os == 'ubuntu-latest'
run: test -z $(gofmt -l .)
- name: vet
@@ -44,7 +44,7 @@ jobs:
run: go run internal/build/build.go check-binary-size
- name: Upload coverage to Codecov
if: success() && matrix.go == '1.17.x' && matrix.os == 'ubuntu-latest'
if: success() && matrix.go == '1.18.x' && matrix.os == 'ubuntu-latest'
uses: codecov/codecov-action@v2
with:
fail_ci_if_error: true