File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 25
25
- name : Get dependencies
26
26
working-directory : src/calculations
27
27
run : |
28
+ apt-get install libpcap-dev
28
29
go env -w GO111MODULE=auto
29
30
go get -v -t -d ./...
31
+ go mod tidy
30
32
if [ -f Gopkg.toml ]; then
31
33
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
32
34
dep ensure
Original file line number Diff line number Diff line change 16
16
- name : Set up Go 1.x
17
17
uses : actions/setup-go@v2
18
18
with :
19
- go-version : ^1.22
19
+ go-version : ^1.24
20
20
id : go
21
21
22
22
- name : Check out code into the Go module directory
25
25
- name : Get dependencies
26
26
working-directory : src/i104m
27
27
run : |
28
+ apt-get install libpcap-dev
28
29
go env -w GO111MODULE=auto
29
30
go get -v -t -d ./...
31
+ go mod tidy
30
32
if [ -f Gopkg.toml ]; then
31
33
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
32
34
dep ensure
You can’t perform that action at this time.
0 commit comments