Skip to content

Commit

Permalink
feat(cli) bump go version to 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
helderbetiol committed Apr 25, 2024
1 parent a074dd0 commit 0236b6e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/build/CLI/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ runs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.21'

- name: Build
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cli-unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: 1.19.6
go-version: 1.21.4

- name: Checkout code
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion CLI/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module cli

go 1.19
go 1.21

require (
github.com/BurntSushi/toml v1.3.2
Expand Down

0 comments on commit 0236b6e

Please sign in to comment.