Skip to content

Commit c72ef3e

Browse files
committed
CI: remove Go 1.16
Signed-off-by: Akihiro Suda <[email protected]>
1 parent e3c1cdc commit c72ef3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
main:
1010
strategy:
1111
matrix:
12-
go-version: [1.16.x, 1.17.x]
12+
go-version: [1.17.x]
1313
platform: [ubuntu-latest, macos-latest]
1414
runs-on: ${{ matrix.platform }}
1515
steps:

0 commit comments

Comments
 (0)