Skip to content

Commit ddeccae

Browse files
auto commit
1 parent 9825a4c commit ddeccae

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci_test_go.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
matrix:
3030
library: [DynamoDbEncryption, TestVectors]
3131
os: [ubuntu-22.04, macos-13]
32-
go-version: ["1.23"]
32+
go-version: ["1.23", "1.24"]
3333
runs-on: ${{ matrix.os }}
3434
permissions:
3535
id-token: write
@@ -108,6 +108,11 @@ jobs:
108108
- name: Install Smithy-Dafny codegen dependencies
109109
uses: ./.github/actions/install_smithy_dafny_codegen_dependencies
110110

111+
- name: Install Go imports
112+
shell: bash
113+
run: |
114+
go install golang.org/x/tools/cmd/goimports@latest
115+
111116
- name: Build ${{ matrix.library }} implementation
112117
shell: bash
113118
working-directory: ./${{ matrix.library }}

0 commit comments

Comments
 (0)