Commit Graph
10 Commits
Author SHA1 Message Date
Jamie Finnigan 0e5776a9af build with Go 1.20.10 2023-10-23 08:20:24 -04:00
Wilken Rivera 8dcc6b9fd9 Bump Go tooling version to 1.20.8 2023-10-03 10:32:42 -04:00
Jamie Finnigan a0cb19927c .go-version: bump version of Go to 1.20.7 2023-08-18 13:46:32 -04:00
Wilken Rivera 353882b00c .go-version: Bump version of Go to 1.20.4 2023-05-03 18:53:42 -04:00
Wilken Rivera ddd7ee98b6 Bump go.mod to 1.20
* Fix go vet issue

* Bump Go tooling to version 1.20

* Update workflows to use go-version file
2023-04-27 15:11:48 -04:00
Lucas Bajolet 0aa2df1027 go-version: bump to 1.18.9
The go 1.18.9 version fixes a vulnerability GO-2022-1144, which concerns
the net/http and golang.org/x/net packages.

These are used in the codebase, and therefore automated tools report the
generated binaries as vulnerable to this.

Note that while Packer is indeed vulnerable to this, this is a DoS
attack. This is therefore unlikely to impact Packer severely, especially
as it requires a deliberate attempt to provoke an OOM/excessive GC
cycles.

Nonetheless, since this vulnerability is fixed with go 1.18.9, we bump
the version used to build/test the tools to this version.
2022-12-12 14:38:16 -05:00
Wilken Rivera d7dca51108 Update Packer to use Go 1.18 (#11927)
This change updates Packer core Go version to 1.18. The move to Go 1.18 and not Go 1.19
is to allow the HCP Packer SDK time to upgrade to Go 1.18.

Changes Made:
* Bump go mod file to use Go 1.18
* Bump release pipeline to use Go 1.18
* Update plugin updater script to run go mod tidy for Go 1.18
* Update Linux job to use setup-go action
2022-08-18 09:41:29 -04:00
Wilken Rivera 172724e466 Bump to go1.17.11 2022-06-21 13:01:18 -04:00
Wilken Rivera 2ea4c38c35 Bump Go version 2022-03-03 17:31:53 -05:00
b63a9c9803 Onboard to CRT (#11564)
Onboard Packer to CRT

Co-authored-by: Wilken Rivera <[email protected]>
Co-authored-by: Claire Labry <[email protected]>
2022-02-25 15:56:20 -08:00