bump golang to 1.20

Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
This commit is contained in:
Guillaume Lours
2023-02-03 22:31:44 +01:00
parent b3ec110612
commit a2d36b6c6c
3 changed files with 4 additions and 4 deletions

View File

@@ -15,9 +15,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
ARG GO_VERSION=1.19.4
ARG GO_VERSION=1.20.0
ARG XX_VERSION=1.1.2
ARG GOLANGCI_LINT_VERSION=v1.49.0
ARG GOLANGCI_LINT_VERSION=v1.51.0
ARG ADDLICENSE_VERSION=v1.0.0
ARG BUILD_TAGS="e2e"