Skip to content

Commit

Permalink
Use go 1.21 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
motoki317 committed Nov 5, 2023
1 parent 703f9e6 commit bc4af87
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
go:
- "1.20"
- "1.21"
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
Expand All @@ -30,7 +30,7 @@ jobs:
strategy:
matrix:
go:
- "1.20"
- "1.21"
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
Expand All @@ -47,7 +47,7 @@ jobs:
strategy:
matrix:
go:
- "1.20"
- "1.21"
env:
GOCACHE: "/tmp/go/cache"
steps:
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
strategy:
matrix:
go:
- "1.20"
- "1.21"
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit bc4af87

Please sign in to comment.