Skip to content

Commit 5f46901

Browse files
astrosnatpwdel
andauthored
Update backend.yml (#510)
updating build pipeline to use go 1.25 rather than go 1.23.x. not yet tested, needs testing before approval Co-authored-by: Patrick Delaney <patrick.del@gmail.com>
1 parent ddbd280 commit 5f46901

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/backend.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
go-version: [ '1.23.x' ]
18+
go-version: [ '1.25.x' ]
1919
steps:
2020
- uses: actions/checkout@v4
2121
- name: Setup Go ${{ matrix.go-version }}
@@ -44,7 +44,7 @@ jobs:
4444
strategy:
4545
fail-fast: false
4646
matrix:
47-
go-version: [ '1.23.x' ]
47+
go-version: [ '1.25.x' ]
4848
steps:
4949
- uses: actions/checkout@v4
5050
if: ${{ !startsWith(github.head_ref, 'doc/') }}

0 commit comments

Comments
 (0)