Skip to content

Commit f39702b

Browse files
chore(go): update go test matrix and clean up setup (#788)
1 parent 1be4d62 commit f39702b

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

.github/actions/install_smithy_dafny_codegen_dependencies/action.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,6 @@ runs:
3030
python -m pip install --upgrade black
3131
python -m pip install --upgrade docformatter
3232
33-
- name: Install Go
34-
uses: actions/setup-go@v5
35-
with:
36-
go-version: "1.23"
37-
38-
- name: Install Go imports
39-
shell: bash
40-
run: |
41-
go install golang.org/x/tools/cmd/goimports@latest
42-
4333
# Without this the if-dafny-at-least command includes "Downloading ..." output
4434
- name: Arbitrary makefile target to force downloading Gradle
4535
shell: bash

.github/workflows/library_go_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
library: [AwsEncryptionSDK, TestVectors]
23-
go-version: ["1.23"]
23+
go-version: ["1.23", "1.24"]
2424
os: [
2525
# Sed script doesn't work properly on windows
2626
# windows-latest,

0 commit comments

Comments
 (0)