mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
Updated go to 1.26.1 (#42027)
<!-- Add the related story/sub-task/bug number, like Resolves #123, or remove if NA --> **Related issue:** Resolves #41749 # Checklist for submitter - [x] Changes file added for user-visible changes in `changes/`, `orbit/changes/` or `ee/fleetd-chrome/changes`.
This commit is contained in:
parent
fc99e01f66
commit
fbc5b9d8b6
12 changed files with 12 additions and 10 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM --platform=linux/amd64 golang:1.25.7-trixie@sha256:dfdd969010ba978942302cee078235da13aef030d22841e873545001d68a61a7
|
||||
FROM --platform=linux/amd64 golang:1.26.1-trixie@sha256:96b28783b99bcd265fbfe0b36a3ac6462416ce6bf1feac85d4c4ff533cbaa473
|
||||
LABEL maintainer="Fleet Developers"
|
||||
|
||||
RUN apt-get update && apt-get install -y musl-tools && rm -rf /var/lib/apt/lists/*
|
||||
|
|
|
|||
1
changes/update-go-1.26.1
Normal file
1
changes/update-go-1.26.1
Normal file
|
|
@ -0,0 +1 @@
|
|||
* Updated go to 1.26.1
|
||||
2
go.mod
2
go.mod
|
|
@ -1,6 +1,6 @@
|
|||
module github.com/fleetdm/fleet/v4
|
||||
|
||||
go 1.25.7
|
||||
go 1.26.1
|
||||
|
||||
require (
|
||||
cloud.google.com/go/pubsub v1.49.0
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
FROM golang:1.25.7-alpine3.23@sha256:f6751d823c26342f9506c03797d2527668d095b0a15f1862cddb4d927a7a4ced
|
||||
FROM golang:1.26.1-alpine3.23@sha256:2389ebfa5b7f43eeafbd6be0c3700cc46690ef842ad962f6c5bd6be49ed82039
|
||||
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 .
|
||||
|
|
|
|||
1
orbit/changes/update-go-1.26.1
Normal file
1
orbit/changes/update-go-1.26.1
Normal file
|
|
@ -0,0 +1 @@
|
|||
* Updated go to 1.26.1
|
||||
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.7
|
||||
go 1.26.1
|
||||
|
||||
require (
|
||||
// NanoMDM - Apple MDM server (server/mdm/nanomdm/)
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
module fleetdm/gm
|
||||
|
||||
go 1.25.7
|
||||
go 1.26.1
|
||||
|
||||
require (
|
||||
github.com/charmbracelet/bubbles v0.21.0
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
FROM golang:1.25.7-alpine3.23@sha256:f6751d823c26342f9506c03797d2527668d095b0a15f1862cddb4d927a7a4ced
|
||||
FROM golang:1.26.1-alpine3.23@sha256:2389ebfa5b7f43eeafbd6be0c3700cc46690ef842ad962f6c5bd6be49ed82039
|
||||
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.7
|
||||
go 1.26.1
|
||||
|
||||
require github.com/go-ole/go-ole v1.3.0
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
module qacheck
|
||||
|
||||
go 1.25.7
|
||||
go 1.26.1
|
||||
|
||||
require (
|
||||
github.com/shurcooL/githubv4 v0.0.0-20260209031235-2402fdf4a9ed
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
module github.com/fleetdm/fleet/v4/tools/snapshot
|
||||
|
||||
go 1.25.7
|
||||
go 1.26.1
|
||||
|
||||
require (
|
||||
github.com/manifoldco/promptui v0.9.0
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
module terraform-provider-fleetdm
|
||||
|
||||
go 1.25.7
|
||||
go 1.26.1
|
||||
|
||||
require (
|
||||
github.com/hashicorp/terraform-plugin-framework v1.7.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue