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 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,