summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMathieu Deous2023-01-05 14:40:38 +0100
committerGitHub2023-01-05 14:40:38 +0100
commit15e5ed592b05a1ddbc433a8ee2596cd9d23eb464 (patch)
tree66cd87b1921d3b004147d49d7593a80d545ce234 /.github
parent335412258516111a9e90cee452e4c1caf5515b1b (diff)
require at least go 1.17 (#122)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index a3cbc35..88e39c4 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -16,7 +16,6 @@ jobs:
16 strategy: 16 strategy:
17 matrix: 17 matrix:
18 go_version: 18 go_version:
19 - '~1.16'
20 - '~1.17' 19 - '~1.17'
21 - '^1.18' 20 - '^1.18'
22 21