From f0e32197a1eaa92c6253eba887faf32f1d61f2a8 Mon Sep 17 00:00:00 2001 From: RyuaNerin Date: Thu, 11 Jan 2024 13:49:36 +0900 Subject: [PATCH] ignore go 1.16 --- .github/workflows/go-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index 754f789..186086b 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -12,7 +12,7 @@ jobs: matrix: go-version: - '1.15' - - '1.16' + #- '1.16' # ignore. //go:build comment without // +build comment - '1.17' - '1.18' - '1.19' @@ -48,7 +48,7 @@ jobs: strategy: matrix: go-version: - - '1.16' + #- '1.16' # ignore. //go:build comment without // +build comment - '1.17' - '1.18' - '1.19'