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 6c749b5 commit 9aac6e7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,6 @@ jobs:
go mod edit -go=${{ matrix.go }}
make build
- name: Run go vet linter
working-directory: ./go
run: go vet .

- name: Run linters
working-directory: ./go
run: make lint
Expand Down
File renamed without changes.
2 changes: 0 additions & 2 deletions go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ 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 9aac6e7

Please sign in to comment.