Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsalnikov committed Apr 30, 2022
2 parents 425dcec + 0fdddb7 commit 6e2e62f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,9 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.15
go-version: ^1.18
id: go

- name: Install linter
run: go get -u golang.org/x/lint/golint

- name: Check out code into the Go module directory
uses: actions/checkout@v2

Expand All @@ -29,9 +26,6 @@ jobs:
- name: Build
run: go build -v .

- name: Lint
run: golint -set_exit_status ./...

- name: Unit tests
run: go test -v .

Expand Down

0 comments on commit 6e2e62f

Please sign in to comment.