From 576b91b2a4302f902a26ad9c1309340a27d3f204 Mon Sep 17 00:00:00 2001 From: Takafumi Umemoto Date: Fri, 16 Jun 2023 10:56:36 +0900 Subject: [PATCH 1/3] Update test-and-deploy.yml --- .github/workflows/test-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index f447a23c..073ff0a7 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -17,7 +17,7 @@ jobs: timeout-minutes: 20 strategy: matrix: - go: [ '1.14', '1.15', '1.16', '1.17', '1.18', '1.19' ] + go: [ '1.14', '1.15', '1.16', '1.17', '1.18', '1.19', '1.20' ] env: DOCKER_LOGIN: ${{ secrets.DOCKER_USERNAME && secrets.DOCKER_AUTH_TOKEN }} steps: From f5a295b1db7a69e1f4ac26c410630ffd22fa6101 Mon Sep 17 00:00:00 2001 From: Takafumi Umemoto Date: Fri, 16 Jun 2023 12:13:51 +0900 Subject: [PATCH 2/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6a2130cd..af3c1ccf 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ This library supports the following Go implementations: * Go 1.17 * Go 1.18 * Go 1.19 +* Go 1.20 ## Prerequisites From 465792885ffc632d5a33370818db45cfe712782d Mon Sep 17 00:00:00 2001 From: Takafumi Umemoto Date: Wed, 31 Jul 2024 00:50:57 +0900 Subject: [PATCH 3/3] Update test-and-deploy.yml --- .github/workflows/test-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index 073ff0a7..b3e6ccc3 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -17,7 +17,7 @@ jobs: timeout-minutes: 20 strategy: matrix: - go: [ '1.14', '1.15', '1.16', '1.17', '1.18', '1.19', '1.20' ] + go: [ '1.14', '1.15', '1.16', '1.17', '1.18', '1.19', '1.20', '1.21', '1.22' ] env: DOCKER_LOGIN: ${{ secrets.DOCKER_USERNAME && secrets.DOCKER_AUTH_TOKEN }} steps: