Skip to content

Commit

Permalink
fix(ci): fix go version
Browse files Browse the repository at this point in the history
  • Loading branch information
CoderPoet committed Nov 16, 2023
1 parent 91a99e1 commit 777860f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.19
go-version: 1.20

- uses: actions/cache@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.19
go-version: 1.20
- name: Lint
uses: golangci/golangci-lint-action@v3
with:
Expand All @@ -43,7 +43,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.19
go-version: 1.20

- uses: actions/cache@v3
with:
Expand Down

0 comments on commit 777860f

Please sign in to comment.