Skip to content

Commit

Permalink
chore: update to use go1.21.1
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Chen <rui@chenrui.dev>
  • Loading branch information
chenrui333 committed Sep 20, 2023
1 parent bfd2fb3 commit c73352d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows-validation.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
cache: [false, true]
go: [1.20.1]
go: [1.21.1]
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
strategy:
matrix:
cache: [false]
go: [1.20.1]
go: [1.21.1]
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit c73352d

Please sign in to comment.