We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75d5b9e commit 201ae25Copy full SHA for 201ae25
.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
11
name: CLI
12
strategy:
13
matrix:
14
- os: [ 'ubuntu-latest', 'windows-latest', 'macos-latest' ]
+ os: [ 'ubuntu-latest', 'windows-latest', 'macos-15' ]
15
runs-on: ${{ matrix.os }}
16
steps:
17
- name: Set git to use LF
build/docker/debian.Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.23.4-bookworm AS dev
+FROM golang:1.23-bookworm AS dev
2
WORKDIR /cli
3
4
ARG DEBIAN_FRONTEND=noninteractive
0 commit comments