Skip to content

Commit

Permalink
Update the workflow with new Go versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacalz committed Apr 12, 2024
1 parent 7980f50 commit 8af4596
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
persist-credentials: false
- uses: WillAbides/setup-go-faster@v1
with:
go-version: '1.21.x'
go-version: 'stable'

- name: Install build dependencies
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: "CodeQL"

on:
push:
branches: [ "main", "next" ]
branches: [ "main", "next", "stable" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "main" ]
branches: [ "main", "next", "stable" ]
schedule:
- cron: '24 10 * * 6'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: ['1.20.x', '1.21.x']
go-version: ['1.20.x', 'stable']

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 8af4596

Please sign in to comment.