Skip to content

Commit

Permalink
gh: update tested go versions and remove CodeQL since we have no deps
Browse files Browse the repository at this point in the history
  • Loading branch information
charlievieth committed Feb 17, 2024
1 parent 538e4d9 commit 999f7a6
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 40 deletions.
37 changes: 0 additions & 37 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [1.18, 1.19]
go: [1.21, 1.22]
steps:
- uses: actions/checkout@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
go: [1.18, 1.19]
go: [1.21, 1.22]
steps:
- uses: actions/checkout@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
go: [1.19]
go: [1.21, 1.22]
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 999f7a6

Please sign in to comment.