We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 708470f commit 4543db0Copy full SHA for 4543db0
.github/workflows/release.yml
@@ -71,7 +71,7 @@ jobs:
71
- name: Setup Go
72
uses: actions/setup-go@v6
73
with:
74
- go-version: "1.25.7"
+ go-version: "1.26.0"
75
cache-dependency-path: go_backend/go.sum
76
77
# Cache Gradle for faster builds
@@ -174,7 +174,7 @@ jobs:
174
175
176
177
178
179
180
# Cache CocoaPods
0 commit comments