st-tech / gatling-operator

Automating distributed Gatling load testing using Kubernetes operator
MIT License
68 stars 21 forks source link

Upgrade Golang version to 1.17 used in release CI #54

Closed yokawasa closed 2 years ago

yokawasa commented 2 years ago

Description

I upgraded go version used in build & test CI to 1.17 in PR https://github.com/st-tech/gatling-operator/pull/53, however the go version in release CI has NOT been upgrade, which was supposed to be upgraded. So upgrade Golang version to 1.17 for release CI in this PR

Test

It's already tested that the operator can be built and run with golang 1.17 as expected in the PR https://github.com/st-tech/gatling-operator/pull/53

yokawasa commented 2 years ago

@akitok thanks for the review!!