Skip to content

Commit 1dbd46a

Browse files
authored
Update github workflow to Go 1.16 (redhat-best-practices-for-k8s#28)
1 parent ffdda12 commit 1dbd46a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/merge.yml

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

15-
- name: Set up Go 1.15
15+
- name: Set up Go 1.16
1616
uses: actions/setup-go@v2
1717
with:
18-
go-version: ^1.15
18+
go-version: ^1.16
1919

2020
- name: Check out code into the Go module directory
2121
uses: actions/checkout@v2

.github/workflows/pre-main.yml

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

17-
- name: Set up Go 1.15
17+
- name: Set up Go 1.16
1818
uses: actions/setup-go@v2
1919
with:
20-
go-version: ^1.15
20+
go-version: ^1.16
2121

2222
- name: Check out code into the Go module directory
2323
uses: actions/checkout@v2

0 commit comments

Comments
 (0)