Skip to content

Commit

Permalink
build(ci): bump Go version to 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
RiccardoM authored and MonikaCat committed Jan 3, 2024
1 parent e412e30 commit 32e43eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
if: "env.GIT_DIFF != ''"
uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.19

- name: Run lint ✅
if: "env.GIT_DIFF != ''"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Setup Go 🧰
uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.19

- name: Compute diff 📜
uses: technote-space/[email protected]
Expand Down

0 comments on commit 32e43eb

Please sign in to comment.