Skip to content

Commit

Permalink
Merge pull request #10 from cloudwego/fix-go-version
Browse files Browse the repository at this point in the history
fix: use "1.20" for go-version
  • Loading branch information
GuangmingLuo committed Apr 17, 2024
2 parents 2ae3776 + 5b02fbc commit 9e86326
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 9e86326

Please sign in to comment.