Skip to content

Commit bc8ed72

Browse files
author
Vic Shóstak
committed
Fix GH Action
1 parent 54f4895 commit bc8ed72

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# These are supported funding model platforms
22

3+
github: create-go-app
34
patreon: koddr
45
custom: https://paypal.me/koddr

.github/workflows/golangci_lint.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,7 @@ jobs:
1212
golangci:
1313
name: Linting Go code
1414

15-
strategy:
16-
matrix:
17-
go-version: [1.16.x]
18-
os: [ubuntu-latest, macos-latest, windows-latest]
19-
20-
runs-on: ${{ matrix.os }}
15+
runs-on: ubuntu-latest
2116

2217
steps:
2318
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)