Skip to content

Commit 4543db0

Browse files
chore(deps): update dependency go to v1.26.0
1 parent 708470f commit 4543db0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- name: Setup Go
7272
uses: actions/setup-go@v6
7373
with:
74-
go-version: "1.25.7"
74+
go-version: "1.26.0"
7575
cache-dependency-path: go_backend/go.sum
7676

7777
# Cache Gradle for faster builds
@@ -174,7 +174,7 @@ jobs:
174174
- name: Setup Go
175175
uses: actions/setup-go@v6
176176
with:
177-
go-version: "1.25.7"
177+
go-version: "1.26.0"
178178
cache-dependency-path: go_backend/go.sum
179179

180180
# Cache CocoaPods

0 commit comments

Comments
 (0)