Skip to content

Commit

Permalink
Update go to 1.22, workflows, docker
Browse files Browse the repository at this point in the history
  • Loading branch information
p53 committed Jul 2, 2024
1 parent 7b765be commit 14990fc
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,7 @@ jobs:
- name: Benchmark
run: |
go test -run=^$ -bench=. -benchmem ./...
# Sends code coverage report to Coveralls
- name: Coveralls
env:
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
GO111MODULE=off go get github.com/mattn/goveralls
$(go env GOPATH)/bin/goveralls -coverprofile=profile.cov -service=github
# Run the linter as a separate job
golangci:
name: Lint
Expand Down

0 comments on commit 14990fc

Please sign in to comment.