Skip to content

Commit

Permalink
add mod=mod to go build
Browse files Browse the repository at this point in the history
  • Loading branch information
don2112e committed Sep 12, 2024
1 parent 73f4f6b commit a8edd79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
go-version: '1.20'

- name: Build
run: go build -v ./src
run: go build -v -mod=mod ./src

- name: Test
run: go test -v ./src

0 comments on commit a8edd79

Please sign in to comment.