Skip to content

Commit

Permalink
Test go 1.20 and upgrade setup-go to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Steinbeck committed Jul 9, 2023
1 parent cf75e06 commit 4529383
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -432,11 +432,11 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
go: ["1.13", "1.14", "1.15", "1.16", "1.17", "1.18", "1.19"]
go: ["1.13", "1.14", "1.15", "1.16", "1.17", "1.18", "1.19", "1.20"]

steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}

Expand Down

0 comments on commit 4529383

Please sign in to comment.