From 51a1e0855b4eebd01576825ddae891cb136bb2bf Mon Sep 17 00:00:00 2001 From: Ichinose Shogo Date: Tue, 17 Aug 2021 10:13:38 +0900 Subject: [PATCH 1/2] Go 1.17 is released --- .github/workflows/go.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index e0a2a5e..d10f434 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -18,6 +18,7 @@ jobs: - macos-latest go: - "1" + - "1.17" - "1.16" - "1.15" - "1.14" From 9599e1e0b697dc9cfcf030466626cb838026a8cf Mon Sep 17 00:00:00 2001 From: Ichinose Shogo Date: Tue, 17 Aug 2021 10:31:54 +0900 Subject: [PATCH 2/2] go mod edit -go=1.17 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 0e25ad4..10c5f92 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ module github.com/shogo82148/go-sql-proxy -go 1.13 +go 1.17