Skip to content

Commit 91f0ae1

Browse files
committed
ci/gha: bump go 1.16-rc1 -> 1.16.x
As the final go 1.16 is released, rc1 is no longer available. Signed-off-by: Kir Kolyshkin <[email protected]>
1 parent 824e4ad commit 91f0ae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
go-version: [1.14.x, 1.15.x, 1.16.0-rc1]
22+
go-version: [1.14.x, 1.15.x, 1.16.x]
2323
rootless: ["rootless", ""]
2424

2525
steps:

0 commit comments

Comments
 (0)