Skip to content

Commit

Permalink
Bump Go version to 1.20 (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigozhou committed Oct 13, 2023
1 parent e1d62af commit a145061
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3.0.0
with:
go-version: 1.18
go-version-file: 'go.mod'
check-latest: true

- name: Get build date
id: date
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3.0.0
with:
go-version: 1.18
go-version-file: 'go.mod'
check-latest: true
- name: build
run: make build
- name: test
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/tctl

go 1.18
go 1.20

require (
github.com/fatih/color v1.13.0
Expand Down

0 comments on commit a145061

Please sign in to comment.