Skip to content

Commit dced3a8

Browse files
feat: update Go version matrix and improve artifact naming in CI workflow
Signed-off-by: Alex Lovell-Troy <alovelltroy@lanl.gov>
1 parent 0153d0c commit dced3a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/regression-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
strategy:
2323
matrix:
24-
go-version: ['1.23.12', '1.24.11', '1.25.5']
24+
go-version: ['1.24.11', '1.25.5']
2525
fail-fast: false
2626

2727
steps:
@@ -48,7 +48,7 @@ jobs:
4848
if: failure()
4949
uses: actions/upload-artifact@v4
5050
with:
51-
name: test-artifacts
51+
name: test-artifacts-go-${{ matrix.go-version }}
5252
path: |
5353
test/integration/testdata/
5454
retention-days: 7

0 commit comments

Comments
 (0)