Skip to content

Commit 9004d88

Browse files
committed
TEMP
1 parent 47c6122 commit 9004d88

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Install Go
1616
uses: actions/setup-go@v2
1717
with:
18-
go-version: 1.15
18+
go-version: 1.15.4
1919
- name: Checkout code
2020
uses: actions/checkout@v2
2121
- name: Check go mod
@@ -26,7 +26,6 @@ jobs:
2626
# We already run the current golangci-lint in tests, but here we test
2727
# our GitHub action with the latest stable golangci-lint.
2828
golangci-lint:
29-
needs: go-mod
3029
runs-on: ubuntu-latest
3130
steps:
3231
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)