summaryrefslogtreecommitdiff
path: root/.github/workflows/linux.yml
diff options
context:
space:
mode:
authorMitsuo Heijo <25817501+johejo@users.noreply.github.com>2021-03-20 12:32:44 +0900
committerGitHub <noreply@github.com>2021-03-20 12:32:44 +0900
commit8edfd14a3700035d362460284fc7127b44157229 (patch)
tree62e304a5002e85973954461fcc260ad0c9b8a408 /.github/workflows/linux.yml
parent1a191ec6f75acd1a0c89d28745a4b7cdf047875a (diff)
downloadfzf-8edfd14a3700035d362460284fc7127b44157229.tar.gz
Test against Golang 1.14 and 1.16 (#2396)
1.14 for 32-bit binaries
Diffstat (limited to '.github/workflows/linux.yml')
-rw-r--r--.github/workflows/linux.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index c3f7d096..f981c3a2 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- go: [1.14, 1.15]
+ go: [1.14, 1.16]
steps:
- uses: actions/checkout@v2
with: