Skip to content

Commit 2e2f625

Browse files
authored
remove go 1.21 (#57)
* remove go 1.21 * Update ci.yml
1 parent 9e3d09f commit 2e2f625

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010
test:
1111
strategy:
1212
matrix:
13-
go: [ '1.21.x', '1.22.x', '1.23.x', '1.24.x', '1.25.x' ]
13+
go: [ '1.22.x', '1.23.x', '1.24.x', '1.25.x' ]
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@master
1717
- name: Set up Go
18-
uses: actions/setup-go@v1
18+
uses: actions/setup-go@v3
1919
with:
2020
go-version: ${{ matrix.go }}
2121
- name: test

0 commit comments

Comments
 (0)