Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #345 from vania-pooh/master
Browse files Browse the repository at this point in the history
Golang 1.21.5
  • Loading branch information
vania-pooh authored Jan 7, 2024
2 parents 16b4b32 + 2e52968 commit c62831b
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 22 deletions.
19 changes: 0 additions & 19 deletions .github/stale.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Golang
uses: actions/setup-go@v3
with:
go-version: ~1.20.0
go-version: ~1.21.5

- uses: actions/cache@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup Golang
uses: actions/setup-go@v3
with:
go-version: ~1.20.0
go-version: ~1.21.5

- uses: actions/cache@v3
with:
Expand Down
23 changes: 23 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: 'Close stale issues and PRs'
on:
schedule:
- cron: '30 1 * * *'

jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v9
with:
stale-issue-message: >
This issue has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. Thank you
for your contributions.
days-before-stale: 60
days-before-close: 7
stale-issue-label: stale
exempt-issue-labels:
- new-feature
- bug
- improvement
- docs
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup Golang
uses: actions/setup-go@v3
with:
go-version: ~1.20.0
go-version: ~1.21.5

- uses: actions/cache@v3
with:
Expand Down

0 comments on commit c62831b

Please sign in to comment.