summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2022-03-29 21:20:33 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2022-03-29 21:23:45 +0900
commitb88eb72ac29b92c82a0d7c7f8d7b65380720b02c (patch)
tree4381180803c720ebba1fcfa12d3d904e771b5125 /.github
parent32847f7254a3df24f490f2aef1203dee6b5cb5a9 (diff)
Modernize build tags
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/linux.yml5
-rw-r--r--.github/workflows/macos.yml5
2 files changed, 2 insertions, 8 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index 74d57105..4183793b 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -14,9 +14,6 @@ permissions:
jobs:
build:
runs-on: ubuntu-latest
- strategy:
- matrix:
- go: [1.14, 1.16]
steps:
- uses: actions/checkout@629c2de402a417ea7690ca6ce3f33229e27606a5 # v2
with:
@@ -25,7 +22,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # v2
with:
- go-version: ${{ matrix.go }}
+ go-version: 1.18
- name: Setup Ruby
uses: ruby/setup-ruby@bd94d6a504586da892a5753afdd1480096ed30df # v1.62.0
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index b2281f8b..a778183f 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -14,9 +14,6 @@ permissions:
jobs:
build:
runs-on: macos-latest
- strategy:
- matrix:
- go: [1.14, 1.16]
steps:
- uses: actions/checkout@629c2de402a417ea7690ca6ce3f33229e27606a5 # v2
with:
@@ -25,7 +22,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # v2
with:
- go-version: ${{ matrix.go }}
+ go-version: 1.18
- name: Setup Ruby
uses: ruby/setup-ruby@bd94d6a504586da892a5753afdd1480096ed30df # v1.62.0