Bump golang from 1.18.4-bullseye to 1.19.0-bullseye (#7039)

* Bump golang from 1.18.4-bullseye to 1.19.0-bullseye

Bumps golang from 1.18.4-bullseye to 1.19.0-bullseye.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update other golang deps as well

* Update missing go mods

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tomas Touceda <chiiph@gmail.com>
This commit is contained in:
dependabot[bot]
2022-08-10 17:00:01 -03:00
committed by GitHub
co-authored by Tomas Touceda
parent c8cdddf0ea
commit 6f0e0873ca
13 changed files with 17 additions and 17 deletions
@@ -1,7 +1,7 @@
FROM golang:1.18.0
FROM golang:1.19.0
ARG TAG
RUN apt update && apt upgrade -y && apt install npm yarnpkg -y && ln -s /usr/bin/yarnpkg /usr/bin/yarn
RUN git clone -b $TAG https://github.com/fleetdm/fleet.git && cd /go/fleet/cmd/osquery-perf/ && go build .
FROM golang:1.18.0
FROM golang:1.19.0
COPY --from=0 /go/fleet/cmd/osquery-perf/osquery-perf /go/osquery-perf
@@ -1,4 +1,4 @@
FROM golang:1.18-alpine AS builder
FROM golang:1.19-alpine AS builder
RUN apk update && apk add --no-cache git curl openssl unzip
WORKDIR /build
COPY . .
@@ -1,6 +1,6 @@
module github.com/fleetdm/fleet/infrastructure/demo/PreProvisioner/lambda
go 1.18
go 1.19
require (
github.com/aws/aws-lambda-go v1.29.0
@@ -1,4 +1,4 @@
FROM golang:1.18-alpine AS builder
FROM golang:1.19-alpine AS builder
WORKDIR /build
COPY . .
RUN go get -d -v
@@ -1,6 +1,6 @@
module github.com/fleetdm/fleet/infrastructure/demo/JITProvisioner/lambda
go 1.18
go 1.19
require (
github.com/akrylysov/algnhsa v0.12.1
@@ -1,4 +1,4 @@
FROM golang:1.18-alpine AS builder
FROM golang:1.19-alpine AS builder
WORKDIR /build
COPY . .
RUN go get -d -v
@@ -1,6 +1,6 @@
module github.com/fleetdm/fleet/infrastructure/demo/Monitoring/lambda
go 1.18
go 1.19
require (
github.com/aws/aws-lambda-go v1.32.1
@@ -6,13 +6,13 @@ RUN cargo install --version 0.16.0 apple-codesign \
&& curl -sSf $transporter_url -o transporter_install.sh \
&& sh transporter_install.sh --target transporter --accept --noexec
FROM golang:1.18.4-bullseye
FROM golang:1.19.0-bullseye
RUN apt-get update \
&& dpkg --add-architecture i386 \
&& apt update \
&& apt install -y --no-install-recommends ca-certificates cpio libxml2 wine wine32 libgtk-3-0 \
&& rm -rf /var/lib/apt/lists/*
&& rm -rf /var/lib/apt/lists/*
# copy macOS dependencies
COPY --from=fleetdm/bomutils:latest /usr/bin/mkbom /usr/local/bin/xar /usr/bin/
@@ -1,6 +1,6 @@
module github.com/fleetdm/fleet/infrastructure/demo/PreProvisioner/lambda
go 1.18
go 1.19
require (
github.com/aws/aws-lambda-go v1.29.0