Skip to content

Commit

Permalink
Merge branch 'main' into move-vet-check
Browse files Browse the repository at this point in the history
  • Loading branch information
cristaloleg authored Mar 1, 2024
2 parents 9a73eba + 8b5732a commit 3ad664b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:

- name: Upload Coverage
if: ${{ !inputs.skipTests }}
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
continue-on-error: true
with:
token: ${{secrets.CODECOV_TOKEN}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
check-latest: true

- name: Lint
uses: golangci/golangci-lint-action@v3.7.0
uses: golangci/golangci-lint-action@v4.0.0
with:
version: latest
args: --timeout 5m
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: go test -v -count=1 -race -shuffle=on -coverprofile=coverage.txt ./...

- name: Upload Coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
continue-on-error: true
with:
token: ${{secrets.CODECOV_TOKEN}}
Expand Down

0 comments on commit 3ad664b

Please sign in to comment.