Skip to content

Commit 6fd718d

Browse files
committed
fix:go version
1 parent 8fa9b32 commit 6fd718d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ jobs:
4040
name: Backend build
4141
runs-on: ubuntu-latest
4242
steps:
43-
- name: Set up Go 1.14
43+
- name: Set up Go 1.15
4444
uses: actions/setup-go@v1
4545
with:
46-
go-version: 1.14
46+
go-version: 1.15
4747
id: go
4848

4949
- name: Check out branch

0 commit comments

Comments
 (0)