Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a71d29 commit 54fd1ddCopy full SHA for 54fd1dd
1 file changed
.github/workflows/pipeline.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-24.04
10
strategy:
11
matrix:
12
- go: ['1.23']
+ go: ['1.23', '1.24']
13
name: Go ${{ matrix.go }}
14
steps:
15
- name: Checkout source code
0 commit comments