We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9825a4c commit ddeccaeCopy full SHA for ddeccae
.github/workflows/ci_test_go.yml
@@ -29,7 +29,7 @@ jobs:
29
matrix:
30
library: [DynamoDbEncryption, TestVectors]
31
os: [ubuntu-22.04, macos-13]
32
- go-version: ["1.23"]
+ go-version: ["1.23", "1.24"]
33
runs-on: ${{ matrix.os }}
34
permissions:
35
id-token: write
@@ -108,6 +108,11 @@ jobs:
108
- name: Install Smithy-Dafny codegen dependencies
109
uses: ./.github/actions/install_smithy_dafny_codegen_dependencies
110
111
+ - name: Install Go imports
112
+ shell: bash
113
+ run: |
114
+ go install golang.org/x/tools/cmd/goimports@latest
115
+
116
- name: Build ${{ matrix.library }} implementation
117
shell: bash
118
working-directory: ./${{ matrix.library }}
0 commit comments