Skip to content

Commit 3a9656f

Browse files
committed
Updating github-config
1 parent e0892a0 commit 3a9656f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Setup Go
17-
uses: actions/setup-go@v2.1.3
17+
uses: actions/setup-go@v1
1818
with:
1919
go-version: 1.16.x
2020
- name: Checkout

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v2
1717
- name: golangci-lint
18-
uses: golangci/golangci-lint-action@v2.5.2
18+
uses: golangci/golangci-lint-action@v2.3.0
1919
with:
2020
version: v1.32.2

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Setup Go
14-
uses: actions/setup-go@v2.1.3
14+
uses: actions/setup-go@v1
1515
with:
1616
go-version: 1.16.x
1717

0 commit comments

Comments
 (0)