Skip to content

Commit

Permalink
chore: fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
marcsauter committed Jan 5, 2023
1 parent cb2b773 commit 3ef5178
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version: 1.19
stable: true
- name: Install golangci-lint
uses: golangci/golangci-lint-action@master
with:
Expand All @@ -21,7 +20,6 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version: 1.19
stable: true
- name: Run Unit tests
run: go test -race -covermode atomic -coverprofile=profile.cov ./...
- name: Send coverage
Expand All @@ -45,7 +43,6 @@ jobs:
uses: actions/setup-go@v3
with:
go-version: 1.19
stable: true
- name: Login to DockerHub
uses: docker/login-action@v2
with:
Expand Down Expand Up @@ -73,7 +70,6 @@ jobs:
uses: actions/setup-go@v3
with:
go-version: 1.19
stable: true
- name: GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
Expand Down

0 comments on commit 3ef5178

Please sign in to comment.