Skip to content

Commit

Permalink
update linter workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommi2Day committed Aug 23, 2024
1 parent ea919c9 commit bfef9c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
go-version-file: "go.mod"
check-latest: true
cache: false
- uses: "golangci/golangci-lint-action@v4"
- uses: "golangci/golangci-lint-action@v6"
with:
version: "latest"
version: "v1.60.1"
args: --timeout=10m
skip-cache: true
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
- common: add StructToMap and StructToString functions
### Changed
- pwlib: refactor gpg gopass test files
- update linter githib-action
### Fixed
- mail: type in setTimeout

## [v1.14.7 - 2024-08-18]
### Changed
Expand Down

0 comments on commit bfef9c1

Please sign in to comment.