We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bf5b7d commit 4b64f80Copy full SHA for 4b64f80
.github/workflows/go.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Install dependencies
25
run: |
26
go get .
27
- sudo apt install upx -y
+ go mod tidy
28
- name: Get Set
29
30
go env -w GO111MODULE=on
0 commit comments