Skip to content

Commit 2397382

Browse files
committed
Merge branch 'develop' of https://github.com/RebirthLee/golang-default into develop
2 parents 3be52de + bc68da1 commit 2397382

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515

16-
- name: Set up Go 1.16
16+
- name: Set up Go 1.16.13
1717
uses: actions/setup-go@v1
1818
with:
19-
go-version: 1.16
19+
go-version: 1.16.13
2020
id: go
2121

2222
- name: Check out code into the Go module directory

0 commit comments

Comments
 (0)