Skip to content

Commit 1990dd4

Browse files
authored
Add support for go 1.23/24
...drop for go 1.16
1 parent 6ab007a commit 1990dd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
build:
66
strategy:
77
matrix:
8-
go-version: ['1.16', '1.17', '1.18', '1.19', '1.20', '1.21', '1.22']
8+
go-version: ['1.17', '1.18', '1.19', '1.20', '1.21', '1.22', '1.23', '1.24']
99
os: [ubuntu-latest, macos-latest]
1010
runs-on: ${{ matrix.os }}
1111
steps:

0 commit comments

Comments
 (0)