ci: upgrade to Go 1.20.2 & bump deps

* Go 1.20.2
* golangci-lint v1.52.0
* compose-go v1.13.1: https://github.com/compose-spec/compose-go/releases/tag/v1.13.1

Signed-off-by: Milas Bowman <milas.bowman@docker.com>
This commit is contained in:
Milas Bowman
2023-03-24 09:30:08 -04:00
parent 72260d615d
commit a6ffdf6110
4 changed files with 13 additions and 13 deletions

View File

@@ -13,7 +13,8 @@
// limitations under the License.
variable "GO_VERSION" {
default = "1.20.1"
# default ARG value set in Dockerfile
default = null
}
variable "BUILD_TAGS" {