Skip to content

Commit

Permalink
Bump Go version to 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigozhou committed Oct 12, 2023
1 parent 3f36e1d commit 4ca4ee9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:
steps:
- uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
with:
go-version: 1.19
go-version-file: 'go.mod'
check-latest: true
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
with:
fetch-depth: 0
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/temporalio/cli

go 1.19
go 1.20

require (
github.com/alitto/pond v1.8.3
Expand Down

0 comments on commit 4ca4ee9

Please sign in to comment.