Skip to content

Commit

Permalink
ci: updated golangci-lint version
Browse files Browse the repository at this point in the history
Signed-off-by: Mateusz Urbanek <[email protected]>
  • Loading branch information
shanduur committed May 11, 2024
1 parent cf0dcdb commit d201c86
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ repos:
- id: markdownlint-cli2

- repo: https://github.com/golangci/golangci-lint
rev: v1.56.2
rev: v1.58.1
hooks:
- id: golangci-lint
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/s3gw-tech/s3gw-cosi-driver

go 1.22
go 1.22.3

toolchain go1.22.3

require (
github.com/aws/aws-sdk-go v1.44.67
Expand Down

0 comments on commit d201c86

Please sign in to comment.