From 90b7fbd680e10d70617048b01cb788b7316573a1 Mon Sep 17 00:00:00 2001 From: Rhys Davies Date: Sun, 10 Mar 2024 11:06:06 +1300 Subject: [PATCH] new terraforms --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9a5d0fa..0b06400 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -74,6 +74,9 @@ jobs: - "1.2.*" - "1.3.*" - "1.4.*" + - "1.5.*" + - "1.6.*" + - "1.7.*" steps: - name: Check out code into the Go module directory uses: actions/checkout@v4