Skip to content

Commit

Permalink
chore: update go version
Browse files Browse the repository at this point in the history
  • Loading branch information
praveen committed Feb 23, 2024
1 parent 9b8e0c4 commit 1f07679
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.20"
go-version: "1.21"
cache: false

- name: Install pre-commit dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/product-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.20
go-version: 1.21

- name: Actions Ecosystem Action Get Merged Pull Request
uses: actions-ecosystem/action-get-merged-pull-request@v1.0.1
Expand Down

0 comments on commit 1f07679

Please sign in to comment.