Compare commits

...

3 Commits

Author SHA1 Message Date
sudo pacman -Syu 34981b8885 Merge branch 'main' of https://github.com/haunt98/populatedb-go 2024-03-01 14:44:30 +07:00
sudo pacman -Syu ca4cf1b184 chore: remove go fix 2024-03-01 14:39:03 +07:00
dependabot[bot] 21452d0588
chore(deps): bump golangci/golangci-lint-action from 3 to 4 (#80)
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3 to 4.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](https://github.com/golangci/golangci-lint-action/compare/v3...v4)

---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-12 16:50:05 +07:00
2 changed files with 1 additions and 2 deletions

View File

@ -52,6 +52,6 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: "stable"
- uses: golangci/golangci-lint-action@v3
- uses: golangci/golangci-lint-action@v4
with:
version: latest

View File

@ -25,7 +25,6 @@ coverage-html: coverage
go tool cover -html=coverage.out
lint:
go fix ./...
golangci-lint run ./...
format: