summaryrefslogtreecommitdiff
path: root/.github/workflows/release.yml
diff options
context:
space:
mode:
authorFrancis Lavoie <lavofr@gmail.com>2021-02-18 07:09:49 -0500
committerGitHub <noreply@github.com>2021-02-18 07:09:49 -0500
commit5376e5113e25d85725e1f64d06a288700a50bbaa (patch)
tree9bfa0a451fb767830e9a6289981ba52fda5ebd4b /.github/workflows/release.yml
parentec3ac840cf09ec43b9130b41a46c07827b2ff0b6 (diff)
ci: Build and test on Go 1.16, bump minimum to 1.15 (#4024)
* ci: Build and test on Go 1.16 * ci: Drop Go 1.14 support
Diffstat (limited to '.github/workflows/release.yml')
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 9273ffb..844b74b 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ]
- go: [ '1.15' ]
+ go: [ '1.16' ]
runs-on: ${{ matrix.os }}
steps: