Skip to content

Commit ce3d2df

Browse files
authored
Merge branch 'staging' into sprint-1.14
2 parents 63789a9 + d8014c0 commit ce3d2df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gosdk.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
create-pr:
1919
runs-on: [arc-runner]
2020
steps:
21-
- name: Setup go 1.20
21+
- name: Setup go 1.21
2222
uses: actions/setup-go@v2
2323
with:
24-
go-version: '1.20'
24+
go-version: '1.21'
2525

2626
- name: Checkout
2727
uses: actions/checkout@v4

0 commit comments

Comments
 (0)