Skip to content

Commit 047cc7b

Browse files
authored
Merge pull request #71 from isimluk/maintenance
Chores: maintenance
2 parents d5e9e54 + 917712d commit 047cc7b

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,8 @@ updates:
66
schedule:
77
interval: daily
88
open-pull-requests-limit: 10
9+
- package-ecosystem: github-actions
10+
directory: "/"
11+
schedule:
12+
interval: monthly
13+
open-pull-requests-limit: 10

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
os: [macos-latest, windows-latest, ubuntu-latest]
14-
go-version: [1.15.x, 1.16.x, 1.17.x]
14+
go-version: [1.18.x, 1.19.x, 1.20.x]
1515

1616
runs-on: ${{ matrix.os }}
1717
steps:

.github/workflows/gosec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
os: [ubuntu-latest]
14-
go-version: [1.16.x]
14+
go-version: [1.20.x]
1515

1616
runs-on: ${{ matrix.os }}
1717
env:

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
os: [ubuntu-latest]
14-
go-version: [1.17.x]
14+
go-version: [1.20.x]
1515

1616
runs-on: ${{ matrix.os }}
1717
steps:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: Set up Go
1919
uses: actions/setup-go@v2
2020
with:
21-
go-version: 1.14
21+
go-version: 1.20
2222
-
2323
name: Run GoReleaser
2424
uses: goreleaser/goreleaser-action@v2

0 commit comments

Comments
 (0)