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:
Victor Lyuboslavsky 2026-03-19 07:01:00 -05:00 committed by GitHub
parent fc99e01f66
commit fbc5b9d8b6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 12 additions and 10 deletions

View file

@ -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
View file

@ -0,0 +1 @@
* Updated go to 1.26.1

2
go.mod
View file

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

View file

@ -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 .

View file

@ -0,0 +1 @@
* Updated go to 1.26.1

View file

@ -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/)

View file

@ -1,6 +1,6 @@
module fleetdm/gm
go 1.25.7
go 1.26.1
require (
github.com/charmbracelet/bubbles v0.21.0

View file

@ -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 .

View file

@ -1,6 +1,6 @@
module bitlocker
go 1.25.7
go 1.26.1
require github.com/go-ole/go-ole v1.3.0

View file

@ -1,6 +1,6 @@
module qacheck
go 1.25.7
go 1.26.1
require (
github.com/shurcooL/githubv4 v0.0.0-20260209031235-2402fdf4a9ed

View file

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

View file

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