Skip to content

Commit

Permalink
ci(sdk): set android-sdk release go version to v.1.22.4 (#798)
Browse files Browse the repository at this point in the history
Signed-off-by: Rolson Quadras <[email protected]>
  • Loading branch information
rolsonquadras authored Aug 1, 2024
1 parent e98c1b9 commit f2529d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
name: "wallet-sdk release"

env:
GO_VERSION: '1.22'
GO_VERSION: '1.22.4'

on:
push:
Expand All @@ -24,7 +24,7 @@ jobs:
fetch-depth: 0
lfs: true
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
- name: Derive the new version
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
with:
xcode-version: latest-stable
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
- name: Build Custom GO
Expand Down

0 comments on commit f2529d8

Please sign in to comment.