Skip to content

Commit

Permalink
revert bugfix commits
Browse files Browse the repository at this point in the history
  • Loading branch information
KimNorgaard committed Dec 10, 2024
1 parent 04f244e commit 65dfe60
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/go-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,9 @@ jobs:
go env
go mod download
go mod verify
env:
GOPRIVATE: "${{ inputs.go-private }}"
- name: Build
run: go build ${{ inputs.go-build-args }}
env:
GOPRIVATE: "${{ inputs.go-private }}"

- name: golangci-lint
uses: golangci/golangci-lint-action@v6
Expand Down

0 comments on commit 65dfe60

Please sign in to comment.