Skip to content

Commit

Permalink
Upgrade to go 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
thschmitt committed Feb 12, 2024
1 parent 8402ae0 commit c6339df
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 @@ -10,7 +10,7 @@ jobs:
- name: Setup go
uses: actions/setup-go@v3
with:
go-version: '1.21.2'
go-version: '1.22.0'
cache: true
- name: Install dependencies
run: go get .
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.21
go 1.22

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

0 comments on commit c6339df

Please sign in to comment.