Skip to content

Commit

Permalink
fix: use "1.20" for go-version
Browse files Browse the repository at this point in the history
  • Loading branch information
GuangmingLuo authored Apr 17, 2024
1 parent 2ae3776 commit 5b02fbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.20
go-version: "1.20"

- uses: actions/cache@v3
with:
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.20
go-version: "1.20"

- name: Golangci Lint
# https://golangci-lint.run/
Expand Down

0 comments on commit 5b02fbc

Please sign in to comment.