Skip to content

Commit

Permalink
Upgrade to golang 1.23
Browse files Browse the repository at this point in the history
Upgrade the golang toolchain to 1.23.4
  • Loading branch information
thschmitt committed Dec 30, 2024
1 parent 1315e06 commit efadc06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: [push]

env:
UIPATHCLI_BASE_VERSION: "v1.1"
GO_VERSION: "1.22.2"
GO_VERSION: "1.23.4"

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/UiPath/uipathcli

go 1.22
go 1.23

require (
github.com/getkin/kin-openapi v0.128.0
Expand Down

0 comments on commit efadc06

Please sign in to comment.