Skip to content

Commit

Permalink
Test against Go 1.24 (#967)
Browse files Browse the repository at this point in the history
  • Loading branch information
cleptric authored Feb 18, 2025
1 parent 2e92c62 commit 820549f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/setup-go@v5
with:
go-version: "1.23"
go-version: "1.24"
- uses: actions/checkout@v4
- name: Get auth token
id: token
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ jobs:
timeout-minutes: 15
strategy:
matrix:
go: ["1.23", "1.22", "1.21"]
go: ["1.24", "1.23", "1.22"]
os: [ubuntu, windows, macos]
fail-fast: false

0 comments on commit 820549f

Please sign in to comment.