We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 065a7f5 commit 6a8bc09Copy full SHA for 6a8bc09
.github/workflows/release.yaml
@@ -30,7 +30,7 @@ jobs:
30
31
- uses: actions/setup-go@v5
32
with:
33
- go-version: 1.22
+ go-version: 1.23.4
34
cache-dependency-path: ${{ github.workspace }}/openlist-lib/openlist/go.sum
35
36
- uses: actions/setup-java@v4
@@ -105,7 +105,7 @@ jobs:
105
106
# - uses: actions/setup-go@v5
107
# with:
108
- # go-version: 1.22
+ # go-version: 1.23.4
109
110
# - name: Download OpenList Source Code
111
# run: |
0 commit comments