Skip to content

Commit

Permalink
Remove deprecated golint usage
Browse files Browse the repository at this point in the history
  • Loading branch information
pkosiec committed May 19, 2022
1 parent 195b95e commit 2ef85a0
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 42 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,13 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: 1.18
- name: Install golint
run: |
go get -u golang.org/x/lint/golint
- name: Codespell action
uses: sanketsudake/codespell-action@v1
- name: Before build
run: |
echo Workflow trigger - ${{ github.event_name }}
./hack/verify-gofmt.sh
./hack/verify-govet.sh
./hack/verify-golint.sh
go mod verify
- name: Build and test
run: |
Expand Down
38 changes: 0 additions & 38 deletions hack/verify-golint.sh

This file was deleted.

1 change: 1 addition & 0 deletions pkg/execute/default_executor.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
// IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

//go:build !test
// +build !test

package execute
Expand Down
1 change: 1 addition & 0 deletions pkg/execute/fake_executor.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
// IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

//go:build test
// +build test

package execute
Expand Down

0 comments on commit 2ef85a0

Please sign in to comment.