Skip to content

Commit

Permalink
Add upgrade-go action (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
StefMa authored Dec 26, 2024
1 parent ae7546b commit bd15abd
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/upgrade-go.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Upgrade Go

on:
workflow_dispatch:
schedule:
- cron: "0 8 * * MON"

jobs:
upgrade-go:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: StefMa/Upgrade-Go-Action@main

0 comments on commit bd15abd

Please sign in to comment.