Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mnadeem authored Sep 25, 2023
1 parent 6cfa05a commit 54d5d42
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,14 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}

- name: Display Go version
run: go version
- name: Install dependencies
run: |
go get .
go get github.com/prometheus/[email protected]
go get github.com/prometheus/[email protected]
go get golang.org/x/[email protected]
- name: Build
run: go build -v ./...
- name: Login to Docker Hub
Expand Down

0 comments on commit 54d5d42

Please sign in to comment.