Skip to content

Commit bc68da1

Browse files
authored
ci: version up 1.16 -> 1.16.13
1 parent 018bb33 commit bc68da1

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)