We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4acedd3 commit 32362a3Copy full SHA for 32362a3
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
- uses: actions/checkout@v4
12
- uses: actions/setup-go@v5
13
with:
14
- go-version: "1.21"
+ go-version: "1.24"
15
check-latest: true
16
cache: true
17
@@ -74,7 +74,7 @@ jobs:
74
75
76
77
78
79
80
@@ -99,6 +99,10 @@ jobs:
99
version: 1.19.0
100
args: build --clean --snapshot
101
102
+ - uses: mxschmitt/action-tmate@v3
103
+ with:
104
+ limit-access-to-actor: false
105
+
106
- run: make npm
107
env:
108
DEPOT_CLI_VERSION: v0.0.0-dev
0 commit comments