Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chengxilo authored Sep 20, 2024
1 parent 3f78c31 commit 015f91c
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 @@ -20,6 +20,9 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: '1.22'
# This step ensures dependencies are tidy and up-to-date
- name: Run go mod tidy
run: go mod tidy

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

0 comments on commit 015f91c

Please sign in to comment.