From 7cf8627fd086c1ce365d72cbb275d7915465ff91 Mon Sep 17 00:00:00 2001 From: Rishav karanjit Date: Wed, 16 Jul 2025 10:24:39 -0700 Subject: [PATCH 1/2] Update library_go_tests.yml --- .github/workflows/library_go_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/library_go_tests.yml b/.github/workflows/library_go_tests.yml index 601739eb2..50e6bc128 100644 --- a/.github/workflows/library_go_tests.yml +++ b/.github/workflows/library_go_tests.yml @@ -20,7 +20,7 @@ jobs: fail-fast: false matrix: library: [AwsEncryptionSDK, TestVectors] - go-version: ["1.23"] + go-version: ["1.23", "1.24"] os: [ # Sed script doesn't work properly on windows # windows-latest, From 2a389c819aca59f4b6e82387ebded2b44a59b3da Mon Sep 17 00:00:00 2001 From: Rishav karanjit Date: Wed, 16 Jul 2025 10:27:50 -0700 Subject: [PATCH 2/2] Update action.yml --- .../action.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/actions/install_smithy_dafny_codegen_dependencies/action.yml b/.github/actions/install_smithy_dafny_codegen_dependencies/action.yml index d7900e05f..579234e2e 100644 --- a/.github/actions/install_smithy_dafny_codegen_dependencies/action.yml +++ b/.github/actions/install_smithy_dafny_codegen_dependencies/action.yml @@ -30,16 +30,6 @@ runs: python -m pip install --upgrade black python -m pip install --upgrade docformatter - - name: Install Go - uses: actions/setup-go@v5 - with: - go-version: "1.23" - - - name: Install Go imports - shell: bash - run: | - go install golang.org/x/tools/cmd/goimports@latest - # Without this the if-dafny-at-least command includes "Downloading ..." output - name: Arbitrary makefile target to force downloading Gradle shell: bash