File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 77 - ' go.mod'
88 - ' go.sum'
99
10-
10+
1111 # Allows you to run this workflow manually from the Actions tab
1212 workflow_dispatch :
1313jobs :
1414 build :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v2
17+ - uses : actions/checkout@v3
1818 - name : Install libpcap
1919 run : sudo apt-get update && sudo apt-get install libpcap-dev
2020 - name : Set up Go
21- uses : actions/setup-go@v2
21+ uses : actions/setup-go@v3
2222 with :
2323 go-version : 1.18
2424 - name : Granting private modules access
2525 run : |
2626 git config --global url."https://${{ secrets.GH_TOKEN }}:[email protected] /".insteadOf "https://github.com/" 27- - uses : actions/cache@v2
27+ - uses : actions/cache@v3
2828 with :
2929 path : |
3030 ~/.cache/go-build
You can’t perform that action at this time.
0 commit comments