mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
Update to Go 1.25.7 (#39584)
- [x] Changes file added for user-visible changes in `changes/`, `orbit/changes/` or `ee/fleetd-chrome/changes`. See [Changes files](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/guides/committing-changes.md#changes-files) for more information.
This commit is contained in:
parent
9dd7419e12
commit
d4906dd3d6
10 changed files with 10 additions and 9 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM --platform=linux/amd64 golang:1.25.6-bookworm@sha256:2f768d462dbffbb0f0b3a5171009f162945b086f326e0b2a8fd5d29c3219ff14
|
||||
FROM --platform=linux/amd64 golang:1.25.7-bookworm@sha256:38342f3e7a504bf1efad858c18e771f84b66dc0b363add7a57c9a0bbb6cf7b12
|
||||
LABEL maintainer="Fleet Developers"
|
||||
|
||||
RUN apt-get update && apt-get install -y musl-tools && rm -rf /var/lib/apt/lists/*
|
||||
|
|
|
|||
1
changes/go-1.25.7
Normal file
1
changes/go-1.25.7
Normal file
|
|
@ -0,0 +1 @@
|
|||
* Updated to Go 1.25.7.
|
||||
2
go.mod
2
go.mod
|
|
@ -1,6 +1,6 @@
|
|||
module github.com/fleetdm/fleet/v4
|
||||
|
||||
go 1.25.6
|
||||
go 1.25.7
|
||||
|
||||
require (
|
||||
cloud.google.com/go/pubsub v1.49.0
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
FROM golang:1.25.6-alpine3.23@sha256:660f0b83cf50091e3777e4730ccc0e63e83fea2c420c872af5c60cb357dcafb2
|
||||
FROM golang:1.25.7-alpine3.23@sha256:f6751d823c26342f9506c03797d2527668d095b0a15f1862cddb4d927a7a4ced
|
||||
ARG TAG
|
||||
RUN apk add git sqlite gcc musl-dev sqlite-dev
|
||||
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 .
|
||||
|
|
|
|||
2
third_party/vuln-check/go.mod
vendored
2
third_party/vuln-check/go.mod
vendored
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
module github.com/fleetdm/fleet/v4/third_party/vuln-check
|
||||
|
||||
go 1.25.6
|
||||
go 1.25.7
|
||||
|
||||
require (
|
||||
// NanoMDM - Apple MDM server (server/mdm/nanomdm/)
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
module fleetdm/gm
|
||||
|
||||
go 1.25.6
|
||||
go 1.25.7
|
||||
|
||||
require (
|
||||
github.com/charmbracelet/bubbles v0.21.0
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
FROM golang:1.25.6-alpine3.23@sha256:660f0b83cf50091e3777e4730ccc0e63e83fea2c420c872af5c60cb357dcafb2
|
||||
FROM golang:1.25.7-alpine3.23@sha256:f6751d823c26342f9506c03797d2527668d095b0a15f1862cddb4d927a7a4ced
|
||||
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,6 +1,6 @@
|
|||
module bitlocker
|
||||
|
||||
go 1.25.6
|
||||
go 1.25.7
|
||||
|
||||
require github.com/go-ole/go-ole v1.3.0
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
module github.com/fleetdm/fleet/v4/tools/snapshot
|
||||
|
||||
go 1.25.6
|
||||
go 1.25.7
|
||||
|
||||
require (
|
||||
github.com/manifoldco/promptui v0.9.0
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
module terraform-provider-fleetdm
|
||||
|
||||
go 1.25.6
|
||||
go 1.25.7
|
||||
|
||||
require (
|
||||
github.com/hashicorp/terraform-plugin-framework v1.7.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue