Skip to content

Commit

Permalink
Update go.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
charan-happy authored May 24, 2024
1 parent 29c0dc7 commit a4d287f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,16 @@ jobs:
- name: running tidy
run: go mod init github.com/charan-happy/MyApp/go-app

- name: Install golangci-lint
run: go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
env:
GOBIN: /go/bin
PATH: /go/bin:${{ env.PATH }}
working-directory: ./go-app
# - name: Install golangci-lint
# run: go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
# env:
# GOBIN: /go/bin
#PATH: /go/bin:${{ env.PATH }}
#working-directory: ./go-app

- name: Run Linter
run: golangci-lint run
working-directory: ./go-app
#- name: Run Linter
#run: golangci-lint run
# working-directory: ./go-app

- name: Dockerhub Login
uses: docker/[email protected]
Expand Down

0 comments on commit a4d287f

Please sign in to comment.