Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v10] Update Go to 1.19.4 #19155

Merged
merged 4 commits into from Dec 8, 2022
Merged

[v10] Update Go to 1.19.4 #19155

merged 4 commits into from Dec 8, 2022

Conversation

codingllama
Copy link
Contributor

@codingllama codingllama commented Dec 7, 2022

Update the v10 branches to the latest Go minor release.

FIPS image changes cloned from #16479.

@codingllama codingllama requested review from rosstimothy and zmb3 and removed request for jakule and xacrimon December 7, 2022 17:43
@codingllama
Copy link
Contributor Author

FIPS:

teleport-buildbox-fips:

$ make -C build.assets buildbox-fips
$ docker run \
    --rm -it -u $(id -u):$(id -g) \
    -e GOMODCACHE=/tmp/gomodcache \
    -e HOME=/go/src/github.com/gravitational/teleport/build.assets \
    -h buildbox \
    -v "$(pwd)":/go/src/github.com/gravitational/teleport \
    -v /tmp:/tmp \
    -w /go/src/github.com/gravitational/teleport \
    public.ecr.aws/gravitational/teleport-buildbox-fips:teleport10 \
    /bin/bash

$ go version  # inside buildbox
> go version go1.19.4 linux/amd64

$ go env | grep -i boring
> GOEXPERIMENT="boringcrypto"

$ go run ./hellofips.go  # import _ "crypto/tls/fipsonly"
> Hello FIPS

teleport-buildbox-centos7-fips:

(Same checks.)

@codingllama
Copy link
Contributor Author

A basic teleport start > tctl users ls > tctl users ls > tsh login > tsh ssh test is looking alright too.

@github-actions github-actions bot removed the request for review from rosstimothy December 7, 2022 22:20
@codingllama codingllama enabled auto-merge (squash) December 7, 2022 22:26
@codingllama codingllama merged commit 9f3992e into branch/v10 Dec 8, 2022
@codingllama codingllama deleted the codingllama/v10-go-1.19 branch December 8, 2022 18:12
fheinecke pushed a commit that referenced this pull request Dec 16, 2022
Update the v10 branches to the latest Go minor release.

FIPS image changes cloned from #16479.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants