Skip to content

Commit

Permalink
Add go 1.21 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
pioz committed Oct 6, 2023
1 parent 927d00a commit bad7946
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
11 changes: 0 additions & 11 deletions .github/dependabot.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
test:
strategy:
matrix:
go-version: ['1.15', '1.16', '1.17', '1.19']
go-version: ['1.15', '1.16', '1.17', '1.19', '1.21']
# os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ubuntu-latest
# runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit bad7946

Please sign in to comment.