teleport/build.assets/webapps
Alan Parra 9bb0255a07
Update toolchain to Go 1.19 (#16479)
Update Go toolchain, allowing for a possible go.mod bump to 1.19.

Since Go 1.19 BoringCrypto is no longer a separate branch, but instead it's
enabled by a [GOEXPERIMENT][1].

Release notes: https://tip.golang.org/doc/go1.19.

[1]: https://cs.opensource.google/go/go/+/refs/tags/go1.19.1:src/internal/goexperiment/exp_boringcrypto_on.go;l=3

* Update Go in build.assets/
* Update Go in Drone
* Appease .sh linter
* Update FIPS images
* Update e/
* Simplify Centos7 FIPS image
2022-09-19 17:31:51 +00:00
..
README.md Simplify webassets script (#15100) 2022-08-03 20:26:59 +00:00
update-teleport-webassets.sh Simplify webassets script (#15100) 2022-08-03 20:26:59 +00:00
webapps-version.ps1 Build Teleport Connect for Windows (#15292) 2022-08-29 16:56:55 +10:00
webapps-version.sh Update toolchain to Go 1.19 (#16479) 2022-09-19 17:31:51 +00:00

webapps jobs

update-teleport-webassets.sh

This script:

  • clones the teleport repo
  • checks out the provided named branch (after checking that it exists)
  • raises a PR against the teleport repo to update the submodule commit references

The webassets repo is automatically updated for each commit merged to webapps.

Run using a command like:

./update-teleport-webassets.sh -w teleport-v10 -t branch/v10

Argument Description
-w webassets source branch name to pull webassets from (often master)
-t teleport target branch name to raise a PR against (often master)

Extra notes

You will need to have the gh utility installed on your system for the script to work. You can download it from https://github.com/cli/cli/releases/latest