Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: upgrade ykmangoath to v0.4.0 #35

Merged
merged 3 commits into from
Sep 13, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: golangci/golangci-lint-action@v3.1.0
with:
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: latest
version: v1.45.2

# Optional: golangci-lint command line arguments.
#args: --issues-exit-code=0
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/adrg/xdg v0.4.0
github.com/alexflint/go-filemutex v1.2.0
github.com/aripalo/go-delightful v0.2.15
github.com/aripalo/ykmangoath v0.3.6
github.com/aripalo/ykmangoath v0.4.0
github.com/aws/aws-sdk-go-v2 v1.16.3
github.com/aws/aws-sdk-go-v2/config v1.15.4
github.com/aws/aws-sdk-go-v2/service/sts v1.16.4
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ github.com/aripalo/go-delightful v0.2.15 h1:EDKp24prEG3bnBQQY9T2CbBKCW4RluXdwEsJ
github.com/aripalo/go-delightful v0.2.15/go.mod h1:f8Sb7bC5R9CkaVVNBJ3klOzGwWTQXgDlkv1JJmov8Pc=
github.com/aripalo/ykmangoath v0.3.6 h1:TL2UPyNm+E6mZkLNv9eSsTL2jPljmEt8QVDSs4Lt/z0=
github.com/aripalo/ykmangoath v0.3.6/go.mod h1:mKL3TpaaqID9iZkN9R8MuBkdRNVX/qZFteqT528SJsU=
github.com/aripalo/ykmangoath v0.4.0 h1:sVBW3zZuDnI9M8zn0AdSjZyEfkHhdCsL+Bw6RZBZtOE=
github.com/aripalo/ykmangoath v0.4.0/go.mod h1:mKL3TpaaqID9iZkN9R8MuBkdRNVX/qZFteqT528SJsU=
github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6/go.mod h1:grANhF5doyWs3UAsr3K4I6qtAmlQcZDesFNEHPZAzj8=
github.com/aws/aws-sdk-go-v2 v1.16.3 h1:0W1TSJ7O6OzwuEvIXAtJGvOeQ0SGAhcpxPN2/NK5EhM=
github.com/aws/aws-sdk-go-v2 v1.16.3/go.mod h1:ytwTPBG6fXTZLxxeeCCWj2/EMYp/xDUgX+OET6TLNNU=
Expand Down