We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4b3e24 commit 9acfe29Copy full SHA for 9acfe29
1 file changed
.github/workflows/go.yaml
@@ -20,7 +20,7 @@ jobs:
20
with:
21
go-version: 1.18.x
22
23
- - uses: actions/cache@v1
+ - uses: actions/cache@v4
24
25
path: ~/go/pkg/mod
26
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
@@ -60,7 +60,7 @@ jobs:
60
# Configure the Lima guest to forward packets from the col0 bridge to Docker containers.
61
limactl shell colima -- sudo iptables -t filter -A FORWARD -s $IP/24 -d 172.0.0.0/8 -j ACCEPT
62
63
64
65
66
0 commit comments