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,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