File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 2525 - name : Get dependencies
2626 working-directory : src/calculations
2727 run : |
28+ apt-get install libpcap-dev
2829 go env -w GO111MODULE=auto
2930 go get -v -t -d ./...
31+ go mod tidy
3032 if [ -f Gopkg.toml ]; then
3133 curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
3234 dep ensure
Original file line number Diff line number Diff line change 1616 - name : Set up Go 1.x
1717 uses : actions/setup-go@v2
1818 with :
19- go-version : ^1.22
19+ go-version : ^1.24
2020 id : go
2121
2222 - name : Check out code into the Go module directory
2525 - name : Get dependencies
2626 working-directory : src/i104m
2727 run : |
28+ apt-get install libpcap-dev
2829 go env -w GO111MODULE=auto
2930 go get -v -t -d ./...
31+ go mod tidy
3032 if [ -f Gopkg.toml ]; then
3133 curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
3234 dep ensure
You can’t perform that action at this time.
0 commit comments