Skip to content

Commit 87dee9b

Browse files
committed
Use Go 1.16 in GitHub actions workflows
1 parent 71bc657 commit 87dee9b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/setup-go@v1
1616
with:
17-
go-version: '1.15.x'
17+
go-version: '1.16.x'
1818
- uses: actions/checkout@v1
1919
- name: Get dependencies
2020
run: go mod download

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/setup-go@v1
1212
with:
13-
go-version: '1.15.x'
13+
go-version: '1.16.x'
1414
- uses: actions/checkout@v1
1515
- name: Get dependencies
1616
run: go mod download

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
steps:
88
- uses: actions/setup-go@v1
99
with:
10-
go-version: '1.15.x'
10+
go-version: '1.16.x'
1111
- uses: actions/checkout@v1
1212
- name: Get dependencies
1313
run: go mod download

0 commit comments

Comments
 (0)