Skip to content

Commit eb03007

Browse files
committed
chore(action): updating action go version to 1.16.5
Signed-off-by: Pawan <[email protected]>
1 parent a76b749 commit eb03007

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ jobs:
7777
- name: Checkout
7878
uses: actions/checkout@v2
7979

80-
- name: Set up Go 1.14
80+
- name: Set up Go 1.16
8181
uses: actions/setup-go@v2
8282
with:
83-
go-version: 1.14.7
83+
go-version: 1.16.5
8484

8585
- name: Setup Minikube-Kubernetes
8686
uses: manusa/[email protected]

.github/workflows/pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ jobs:
3636
- name: Checkout
3737
uses: actions/checkout@v2
3838

39-
- name: Set up Go 1.14
39+
- name: Set up Go 1.16
4040
uses: actions/setup-go@v2
4141
with:
42-
go-version: 1.14.7
42+
go-version: 1.16.5
4343

4444
- name: Format test
4545
run: make format

0 commit comments

Comments
 (0)