Skip to content

Commit

Permalink
PR suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-congo committed Feb 12, 2024
1 parent d7f079d commit 6c749b5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ concurrency:

jobs:
build-and-test-go-client:
timeout-minutes: 25
timeout-minutes: 10
strategy:
# Run all jobs
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion go/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ lint:

unit-test-report:
mkdir -p reports
go test ./... -json | go-test-report -o reports/unit-test-report.html
go test -race ./... -json | go-test-report -o reports/unit-test-report.html
2 changes: 2 additions & 0 deletions go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ module github.com/aws/glide-for-redis/go/glide

go 1.21

toolchain go1.21.6

require (
github.com/DarkDrim/go-test-report v1.5.0
google.golang.org/protobuf v1.32.0
Expand Down

0 comments on commit 6c749b5

Please sign in to comment.