Skip to content

Commit

Permalink
fix: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkgos committed Dec 14, 2023
1 parent 8273d96 commit a6dbdfe
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 @@ -18,7 +18,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
go-version: ["1.20.x"]
go-version: ["1.20.x", "1.21.x"]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_review_dog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.20.x"
go-version: "1.21.x"

- name: Check out code into the Go module directory
uses: actions/checkout@v4
Expand Down

0 comments on commit a6dbdfe

Please sign in to comment.