summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/development.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml
index 451901c8..958d9b99 100644
--- a/.github/workflows/development.yml
+++ b/.github/workflows/development.yml
@@ -16,7 +16,7 @@ jobs:
test-build-upload:
strategy:
matrix:
- go-version: [1.14.x, 1.15.x, 1.16.0-rc1]
+ go-version: [1.14.x, 1.15.x, 1.16.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps: