Skip to content

Commit

Permalink
Fix (CI): deps
Browse files Browse the repository at this point in the history
  • Loading branch information
yunginnanet committed Jul 19, 2024
1 parent 6661b40 commit d3b01cd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.21
go-version: 1.22
- name: deps
run: go mod tidy -x
- name: vet
run: go vet ./...
- name: test
Expand Down

0 comments on commit d3b01cd

Please sign in to comment.