Skip to content

Commit b29d903

Browse files
authored
fix(ci): go version in dockerfile should match go.mod (#572)
1 parent f0ffd06 commit b29d903

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM golang:1.23-alpine as builder
15+
FROM golang:1.24-alpine as builder
1616

1717
ARG TARGETPLATFORM
1818
ARG TARGETARCH

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
package livekitcli
1616

1717
const (
18-
Version = "2.4.7"
18+
Version = "2.4.8"
1919
)

0 commit comments

Comments
 (0)