Skip to content

Commit

Permalink
Update testing.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dmachard authored Sep 20, 2023
1 parent aa02a15 commit a955e73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:

strategy:
matrix:
go-version: ['1.16', '1.17', '1.18', '1.19', '1.20']
go-version: ['1.16', '1.17', '1.18', '1.19', '1.20', '1.21']

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

0 comments on commit a955e73

Please sign in to comment.