From efadc067196cc35a61d5b08d1b192f4a65579ad9 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Mon, 30 Dec 2024 10:19:00 +0200 Subject: [PATCH] Upgrade to golang 1.23 Upgrade the golang toolchain to 1.23.4 --- .github/workflows/ci.yaml | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0aab6fe..e30382f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -3,7 +3,7 @@ on: [push] env: UIPATHCLI_BASE_VERSION: "v1.1" - GO_VERSION: "1.22.2" + GO_VERSION: "1.23.4" jobs: build: diff --git a/go.mod b/go.mod index 48f6b3c..3209d03 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/UiPath/uipathcli -go 1.22 +go 1.23 require ( github.com/getkin/kin-openapi v0.128.0