Skip to content

Commit

Permalink
Updaate workflow actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
nhatthm committed Oct 13, 2021
1 parent ace767c commit ff818de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: golangci/golangci-lint-action@v2.5.2
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: v1.42.0
version: v1.42.1

# Optional: working directory, useful for monorepos
# working-directory: somedir
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Upload code coverage
if: matrix.go-version == env.GO_LATEST_VERSION
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v2
with:
file: ./unit.coverprofile
files: ./unit.coverprofile
flags: unittests-${{ runner.os }}

0 comments on commit ff818de

Please sign in to comment.