Skip to content

Commit

Permalink
misc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelocantos committed Oct 27, 2023
1 parent 8e78db0 commit 17824b2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 46 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,15 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v3

- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.55.1

- name: Install go bits
run: |
go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
go install golang.org/x/tools/cmd/goimports@latest
export PATH=$PATH:$(go env GOPATH)/bin
ls $(go env GOPATH)/bin
golangci-lint version
- name: Build
run: go build -v ./...
Expand Down
15 changes: 0 additions & 15 deletions gen-kv.pl

This file was deleted.

28 changes: 0 additions & 28 deletions gen-kv.sh

This file was deleted.

0 comments on commit 17824b2

Please sign in to comment.