Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
firefart committed Sep 7, 2024
1 parent 27b1e58 commit cab1b85
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 81 deletions.
74 changes: 0 additions & 74 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
if [ $exit_status -eq 0 ]; then
echo "nothing has changed"
else
git add go.mod go.sum
git add go.mod go.sum internal/pb/rss.pb.go
git commit -m "auto update from github actions"
git push origin main
fi
2 changes: 0 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module github.com/FireFart/rss_fetcher

go 1.23

toolchain go1.23.1

require (
github.com/mmcdole/gofeed v1.3.0
github.com/sirupsen/logrus v1.9.3
Expand Down
8 changes: 4 additions & 4 deletions internal/pb/rss.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cab1b85

Please sign in to comment.