File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ jobs:
2121 name : Set up Go
2222 uses : actions/setup-go@v2
2323 with :
24- go-version : 1.19
25- -
26- name : Install garble
27- run : |
28- go install mvdan.cc/garble@master
29- sudo cp garble-literals.sh /usr/bin/garble-literals
30- sudo chmod +x /usr/bin/garble-literals
24+ go-version : 1.24
25+ # -
26+ # name: Install garble
27+ # run: |
28+ # go install mvdan.cc/garble@master
29+ # sudo cp garble-literals.sh /usr/bin/garble-literals
30+ # sudo chmod +x /usr/bin/garble-literals
3131 -
3232 name : Run GoReleaser
3333 uses : goreleaser/goreleaser-action@v2
Original file line number Diff line number Diff line change 66 - amd64
77 ldflags :
88 - " "
9- gobinary : " garble-literals"
9+ # gobinary: "garble-literals"
1010 main : cmd/EDRHunt/main.go
1111archives :
1212 - format : zip
Original file line number Diff line number Diff line change 11module github.com/fourcorelabs/edrhunt
22
3- go 1.19
3+ go 1.24
44
55require (
66 github.com/bi-zone/go-fileversion v1.0.0
You can’t perform that action at this time.
0 commit comments