Skip to content

Commit e1f380a

Browse files
committed
ci/gha: switch to go 1.16 final
rc1 is removed as non-rc 1.16 is released Signed-off-by: Kir Kolyshkin <[email protected]>
1 parent 8df241c commit e1f380a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
strategy:
5151
fail-fast: false
5252
matrix:
53-
go-version: [1.14.x, 1.15.x, 1.16.0-rc1]
53+
go-version: [1.14.x, 1.15.x, 1.16.x]
5454
runs-on: ubuntu-20.04
5555
steps:
5656
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)