Skip to content

Commit

Permalink
Update CI workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Ondrej Fabry <[email protected]>
  • Loading branch information
ondrajz committed Jan 1, 2025
1 parent e7f3b3a commit 0e63e2d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ name: CI

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
schedule:
- cron: '0 */12 * * *'
- cron: '0 3 * * *'

jobs:
build-test:
Expand All @@ -15,14 +14,14 @@ jobs:
strategy:
fail-fast: false
matrix:
go: [ '1.22' ]
go: [ 'stable', 'oldstable', '1.21' ]

steps:
- name: "Checkout"
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: "Setup Go ${{ matrix.go }}"
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}

Expand Down

0 comments on commit 0e63e2d

Please sign in to comment.