Updating to Go 1.25.3 (#35082)

This commit is contained in:
Victor Lyuboslavsky
2025-11-03 09:47:07 -06:00
committed by GitHub
parent 044a1a9eca
commit 072ee68eda
9 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM --platform=linux/amd64 golang:1.25.1-bookworm@sha256:c4bc0741e3c79c0e2d47ca2505a06f5f2a44682ada94e1dba251a3854e60c2bd
FROM --platform=linux/amd64 golang:1.25.3-bookworm@sha256:ee420c17fa013f71eca6b35c3547b854c838d4f26056a34eb6171bba5bf8ece4
LABEL maintainer="Fleet Developers"
RUN mkdir -p /usr/src/fleet
+1
View File
@@ -0,0 +1 @@
Updated Go to 1.25.3.
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/fleetdm/fleet/v4
go 1.25.1
go 1.25.3
require (
cloud.google.com/go/pubsub v1.49.0
@@ -1,4 +1,4 @@
FROM golang:1.25.1-alpine3.21@sha256:331bde41663c297cba0f5abf37e929be644f3cbd84bf45f49b0df9d774f4d912
FROM golang:1.25.3-alpine3.21@sha256:0c9f3e09a50a6c11714dbc37a6134fd0c474690030ed07d23a61755afd3a812f
ARG TAG
RUN apk add git
RUN git clone -b $TAG --depth=1 --no-tags --progress --no-recurse-submodules https://github.com/fleetdm/fleet.git && cd /go/fleet/cmd/osquery-perf/ && go build .
+1 -1
View File
@@ -1,6 +1,6 @@
module fleetdm/gm
go 1.25.1
go 1.25.3
require (
github.com/charmbracelet/bubbles v0.21.0
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.25.1-alpine3.21@sha256:331bde41663c297cba0f5abf37e929be644f3cbd84bf45f49b0df9d774f4d912
FROM golang:1.25.3-alpine3.21@sha256:0c9f3e09a50a6c11714dbc37a6134fd0c474690030ed07d23a61755afd3a812f
ARG TAG
RUN apk update && apk add --no-cache git
RUN git clone -b $TAG --depth=1 --no-tags --progress --no-recurse-submodules https://github.com/fleetdm/fleet.git && cd /go/fleet/tools/mdm/migration/mdmproxy && go build .
+1 -1
View File
@@ -1,6 +1,6 @@
module bitlocker
go 1.25.1
go 1.25.3
require github.com/go-ole/go-ole v1.3.0
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/fleetdm/fleet/v4/tools/snapshot
go 1.25.1
go 1.25.3
require (
github.com/manifoldco/promptui v0.9.0
+1 -1
View File
@@ -1,6 +1,6 @@
module terraform-provider-fleetdm
go 1.25.1
go 1.25.3
require (
github.com/hashicorp/terraform-plugin-framework v1.7.0