We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3269879 commit fff442cCopy full SHA for fff442c
.github/workflows/ci.yml
@@ -19,10 +19,10 @@ jobs:
19
runs-on: ubuntu-24.04
20
steps:
21
22
- - name: Set up Go 1.23
+ - name: Set up Go 1.24
23
uses: actions/setup-go@v5
24
with:
25
- go-version: '1.23'
+ go-version: '1.24'
26
id: go
27
28
- uses: actions/checkout@v4
Dockerfile.dbg
@@ -12,7 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-FROM ghcr.io/appscode/dlv:1.23
+FROM ghcr.io/appscode/dlv:1.24
16
17
FROM {ARG_FROM}
18
0 commit comments