Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 54fd1dd

Browse files
committed
chore: added support for 1.24 at pipeline
1 parent 8a71d29 commit 54fd1dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-24.04
1010
strategy:
1111
matrix:
12-
go: ['1.23']
12+
go: ['1.23', '1.24']
1313
name: Go ${{ matrix.go }}
1414
steps:
1515
- name: Checkout source code

0 commit comments

Comments
 (0)