Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
boostchicken committed Jun 20, 2023
1 parent cdc4731 commit 23fcbcf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
go-version: '1.20'
- name: go mod
run: go mod download

- name: go get
run: go get .

- name: Build
run: go build -v ./...
Expand Down

0 comments on commit 23fcbcf

Please sign in to comment.