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 ec9442f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#########################################################################################

# First stage: building the driver executable.
FROM docker.io/library/golang:1.22 as builder
FROM docker.io/library/golang:1.22.3 as builder

# Set the working directory.
WORKDIR /work
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/s3gw-tech/s3gw-cosi-driver

go 1.22
go 1.22.3

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

0 comments on commit ec9442f

Please sign in to comment.