Skip to content

Commit fc3448e

Browse files
committed
Updating github-config
1 parent 9269292 commit fc3448e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/create-draft-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Go
1717
uses: actions/setup-go@v1
1818
with:
19-
go-version: 1.14
19+
go-version: 1.16
2020
- name: Checkout
2121
uses: actions/checkout@v2
2222
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/* || true

.github/workflows/test-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Setup Go
1414
uses: actions/setup-go@v1
1515
with:
16-
go-version: 1.14
16+
go-version: 1.16
1717

1818
- name: Checkout
1919
uses: actions/checkout@v2

0 commit comments

Comments
 (0)