Skip to content

Commit e7ff8d9

Browse files
committed
fix
1 parent 5467bc6 commit e7ff8d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
golangci:
1111
strategy:
1212
matrix:
13-
go-version: [ '1.16','1.17','1.18','1.19','1.20' ]
13+
go-version: [ '1.16','1.17','1.18','1.19','1.20','1.21' ]
1414
name: golangci-lint
1515
runs-on: ubuntu-latest
1616
steps:
@@ -42,7 +42,7 @@ jobs:
4242
# strategy set
4343
strategy:
4444
matrix:
45-
go: [ '1.16','1.17','1.18','1.19','1.20' ]
45+
go: [ '1.16','1.17','1.18','1.19','1.20','1.21' ]
4646

4747
steps:
4848
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)