update Go to go1.22.4 (#19958)
for #19844 # Checklist for submitter If some of the following don't apply, delete the relevant line. <!-- Note that API documentation changes are now addressed by the product design team. --> - [x] Changes file added for user-visible changes in `changes/`, `orbit/changes/` or `ee/fleetd-chrome/changes`. See [Changes files](https://fleetdm.com/docs/contributing/committing-changes#changes-files) for more information. - [x] Manual QA for all new/changed functionality
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM --platform=linux/amd64 golang:1.22.3-bullseye@sha256:78b171fe51f25b8c3197710f281dacae94759a254e9a486576005f9dadba9e7d
|
||||
FROM --platform=linux/amd64 golang:1.22.4-bullseye@sha256:067c5c7fe6d79f900c5ebe8351166356d6e3bbfcc6f807030e89b9a929252273
|
||||
LABEL maintainer="Fleet Developers"
|
||||
|
||||
RUN mkdir -p /usr/src/fleet
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
* Updated Go version to go1.22.4
|
||||
@@ -1,6 +1,6 @@
|
||||
module github.com/fleetdm/fleet/v4
|
||||
|
||||
go 1.22.3
|
||||
go 1.22.4
|
||||
|
||||
require (
|
||||
cloud.google.com/go/pubsub v1.36.1
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.22.3-alpine3.20@sha256:1b455a3f7786e5765dbeb4f7ab32a36cdc0c3f4ddd35406606df612dc6e3269b
|
||||
FROM golang:1.22.4-alpine3.20@sha256:ace6cc3fe58d0c7b12303c57afe6d6724851152df55e08057b43990b927ad5e8
|
||||
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 .
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
* Updated Go version to go1.22.4
|
||||
@@ -1,6 +1,6 @@
|
||||
module github.com/fleetdm/fleet/terraform/addons/monitoring/lambda
|
||||
|
||||
go 1.22.3
|
||||
go 1.22.4
|
||||
|
||||
require (
|
||||
github.com/aws/aws-lambda-go v1.41.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
module bitlocker
|
||||
|
||||
go 1.22.3
|
||||
go 1.22.4
|
||||
|
||||
require github.com/go-ole/go-ole v1.3.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user